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 233d82a commit f1c1d95Copy full SHA for f1c1d95
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: ./gradlew --no-daemon :app:assembleDebug
21
- uses: actions/upload-artifact@v4
22
with:
23
- path: ./app/outputs/apk/debug/*.apk
+ path: ./app/build/outputs/apk/debug/*.apk
24
retention-days: 3
25
release:
26
#TODO, once tested:
@@ -57,4 +57,4 @@ jobs:
57
#- uses: microbit-foundation/[email protected]
58
# with:
59
# file: app/build/outputs/apk/release/app-release.apk
60
- # asset_name: microbit-release-${{ env.TAG }}.apk
+ # asset_name: microbit-release-${{ env.TAG }}.apk
0 commit comments