From e5526c8d650e599ba5bcbfe618b6f7f705a99cb8 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 5 May 2024 19:36:14 +1200 Subject: [PATCH] Update build path --- .github/workflows/prod-android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-android.yml b/.github/workflows/prod-android.yml index 154667aa..fc8d226b 100644 --- a/.github/workflows/prod-android.yml +++ b/.github/workflows/prod-android.yml @@ -52,12 +52,12 @@ jobs: uses: actions/upload-artifact@v3 with: name: app-release - path: android/app/build/outputs/bundle/release/app-release-signed.aab + path: ./android/app/build/outputs/bundle/release/app-release-signed.aab - name: Upload APK to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: android/app/build/outputs/bundle/release/app-release-signed.aab + file: ./android/app/build/outputs/bundle/release/app-release-signed.aab overwrite: true file_glob: true