Update .github/workflows/build.yml

This commit is contained in:
2026-09-18 22:30:28 +02:00
parent 8596906ef1
commit fa658c525c
+2 -2
View File
@@ -102,6 +102,6 @@ jobs:
with:
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: net.helcel.fidelity
releaseFiles: app/build/outputs/bundle/signedRelease/app-signedRelease.aab
track: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
releaseFiles: app/build/outputs/bundle/**/*.aab
tracks: ${{ startsWith(github.ref, 'refs/tags/') && 'production' || 'beta' }}
status: completed