Skip to content

Commit 4cf5e02

Browse files
GHA upload path correction
1 parent f79d761 commit 4cf5e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- run: rm "$SIGNING_STORE_FILE"
2626
- uses: microbit-foundation/[email protected]
2727
with:
28-
file: app/build/outputs/apk/bundle/app-bundle.aab
29-
asset_name: microbit-bundle-${{ env.TAG }}.aab
28+
file: app/build/outputs/bundle/release/app-release.aab
29+
asset_name: microbit-release-${{ env.TAG }}.aab
3030
- uses: microbit-foundation/[email protected]
3131
with:
3232
file: app/build/outputs/apk/release/app-release.apk

0 commit comments

Comments
 (0)