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