Update .github/workflows/build.yml

This commit is contained in:
2026-09-18 22:39:09 +02:00
parent 5ccb4aa900
commit 5b5a204bf4
+2 -2
View File
@@ -96,8 +96,8 @@ jobs:
- name: Upload to Google Play - name: Upload to Google Play
uses: r0adkll/upload-google-play@v1 uses: r0adkll/upload-google-play@v1
with: with:
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }} serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: net.helcel.fidelity packageName: net.helcel.fidelity
releaseFiles: app/build/outputs/bundle/**/*.aab releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }} tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
status: completed status: completed