We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79d761 commit 4cf5e02Copy full SHA for 4cf5e02
.github/workflows/release.yml
@@ -25,8 +25,8 @@ jobs:
25
- run: rm "$SIGNING_STORE_FILE"
26
- uses: microbit-foundation/[email protected]
27
with:
28
- file: app/build/outputs/apk/bundle/app-bundle.aab
29
- asset_name: microbit-bundle-${{ env.TAG }}.aab
+ file: app/build/outputs/bundle/release/app-release.aab
+ asset_name: microbit-release-${{ env.TAG }}.aab
30
31
32
file: app/build/outputs/apk/release/app-release.apk
0 commit comments