Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Apr 7, 2024
1 parent 233d82a commit f1c1d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: ./gradlew --no-daemon :app:assembleDebug
- uses: actions/upload-artifact@v4
with:
path: ./app/outputs/apk/debug/*.apk
path: ./app/build/outputs/apk/debug/*.apk
retention-days: 3
release:
#TODO, once tested:
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
#- uses: microbit-foundation/[email protected]
# with:
# file: app/build/outputs/apk/release/app-release.apk
# asset_name: microbit-release-${{ env.TAG }}.apk
# asset_name: microbit-release-${{ env.TAG }}.apk

0 comments on commit f1c1d95

Please sign in to comment.