Skip to content

Commit

Permalink
upload-android: disable google play upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 24, 2023
1 parent 92d0f6e commit 45124b7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/upload-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,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

# GITHUB RELEASES
- name: Bundle aab to apk
Expand All @@ -102,7 +102,8 @@ jobs:
--ks=keystore.keystore --ks-pass=pass:$ANDROID_STORE_PASSWORD --ks-key-alias=$ANDROID_KEYSTORE_ALIAS \
--key-pass=pass:$ANDROID_KEYSTORE_PASSWORD --mode=universal
unzip -p PocketBroomball.apks universal.apk > PocketBroomball.apk
# UPLOAD TO GITHUB RELEASES
- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 45124b7

Please sign in to comment.