Skip to content

Commit

Permalink
GHA upload path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Apr 8, 2024
1 parent f79d761 commit 4cf5e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- run: rm "$SIGNING_STORE_FILE"
- uses: microbit-foundation/[email protected]
with:
file: app/build/outputs/apk/bundle/app-bundle.aab
asset_name: microbit-bundle-${{ env.TAG }}.aab
file: app/build/outputs/bundle/release/app-release.aab
asset_name: microbit-release-${{ env.TAG }}.aab
- uses: microbit-foundation/[email protected]
with:
file: app/build/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit 4cf5e02

Please sign in to comment.