From 566a96c7c7d9698ec67390e73006b9c7a31246b0 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 5 May 2024 19:58:38 +1200 Subject: [PATCH] Update release 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 6915a26e..3cbc96dd 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.aab + path: ./materialious/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.aab + file: ./materialious/android/app/build/outputs/bundle/release/app-release-signed.aab overwrite: true file_glob: true