From eb2924e9bd314e088e655e2cc373933375b31d2c Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 5 May 2024 19:29:14 +1200 Subject: [PATCH] Fix file path --- .github/workflows/prod-android.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-android.yml b/.github/workflows/prod-android.yml index 804de5f8..154667aa 100644 --- a/.github/workflows/prod-android.yml +++ b/.github/workflows/prod-android.yml @@ -53,10 +53,11 @@ jobs: with: name: app-release path: android/app/build/outputs/bundle/release/app-release-signed.aab - - name: Upload binaries to release + + - name: Upload APK to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: android/app/build/outputs/bundle/release/* + file: android/app/build/outputs/bundle/release/app-release-signed.aab overwrite: true file_glob: true