Skip to content

Commit f1c1d95

Browse files
Correct path
1 parent 233d82a commit f1c1d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: ./gradlew --no-daemon :app:assembleDebug
2121
- uses: actions/upload-artifact@v4
2222
with:
23-
path: ./app/outputs/apk/debug/*.apk
23+
path: ./app/build/outputs/apk/debug/*.apk
2424
retention-days: 3
2525
release:
2626
#TODO, once tested:
@@ -57,4 +57,4 @@ jobs:
5757
#- uses: microbit-foundation/[email protected]
5858
# with:
5959
# file: app/build/outputs/apk/release/app-release.apk
60-
# asset_name: microbit-release-${{ env.TAG }}.apk
60+
# asset_name: microbit-release-${{ env.TAG }}.apk

0 commit comments

Comments
 (0)