Skip to content

Commit

Permalink
android-upload: disable playstore upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed May 28, 2023
1 parent e7b7aed commit e9d72c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
working-directory: $WORKING_DIRECTORY

# # GOOGLE PLAY STORE
# - name: Publish to Play Store
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJson: service-account.json
# packageName: com.salvai.broomball
# releaseFiles: ./PocketBroomball.aab
# whatsNewDirectory: distribution/whatsnew
# track: 'internal'
# status: completed
- name: Publish to Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: service-account.json
packageName: com.salvai.broomball
releaseFiles: ./PocketBroomball.aab
whatsNewDirectory: distribution/whatsnew
track: 'internal'
status: completed

# BUNDLE FOR GITHUB RELEASES
- name: Bundle aab to apk
Expand Down

0 comments on commit e9d72c1

Please sign in to comment.