Skip to content

Commit

Permalink
fixed releases for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh committed Jan 26, 2025
1 parent 29ad87a commit d63446e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/development/development/release/*.apk
asset_path: app/development/release/*.apk
asset_name: open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.apk
asset_content_type: application/vnd.android.package-archive

- name: Upload AAB to Release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/development/development/release/*.aab
asset_path: app/development/release/*.aab
asset_name: open-letters-${{ env.VERSION_NAME }}-${{ github.run_number }}-development.aab
asset_content_type: application/octet-stream

0 comments on commit d63446e

Please # to comment.