From f1c1d95a6ca442838d90ea07bb88920175c9aa3d Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Sun, 7 Apr 2024 14:45:32 +0100 Subject: [PATCH] Correct path --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07b63dcd..7c7f9e92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -57,4 +57,4 @@ jobs: #- uses: microbit-foundation/upload-release-action@2.9.0 # with: # file: app/build/outputs/apk/release/app-release.apk - # asset_name: microbit-release-${{ env.TAG }}.apk \ No newline at end of file + # asset_name: microbit-release-${{ env.TAG }}.apk