Update .github/workflows/build.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user