Skip to content

Commit

Permalink
Update github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trife authored Dec 2, 2024
1 parent f6715cc commit d3e9571
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ jobs:
echo "UPLOAD_TO_PLAY_STORE=true" >> $GITHUB_ENV
fi
- name: Release APK to Play Store
if: env.UPLOAD_TO_PLAY_STORE == 'true'
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.fieldbook.tracker
releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk
track: alpha
#- name: Release APK to Play Store
# if: env.UPLOAD_TO_PLAY_STORE == 'true'
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: com.fieldbook.tracker
# releaseFiles: app/build/outputs/apk/release/app-release-unsigned-signed.apk
# track: alpha

0 comments on commit d3e9571

Please sign in to comment.