File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ jobs:
114114 run : |
115115 echo ${{ secrets.SERVICE_ACCOUNT_B64 }} | base64 -d | zcat > service-account-google.json
116116 - name : " Distribute Android on Play Store"
117- uses : r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
117+ uses : r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
118118 with :
119119 serviceAccountJson : service-account-google.json
120120 packageName : com.artemchep.keyguard
121121 releaseFiles : artifacts-android/**/*.aab
122122 track : internal
123123 - name : " Distribute WearOS on Play Store"
124- uses : r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
124+ uses : r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
125125 with :
126126 serviceAccountJson : service-account-google.json
127127 packageName : com.artemchep.keyguard
Original file line number Diff line number Diff line change @@ -643,14 +643,14 @@ jobs:
643643 mkdir whatsnew
644644 mv artifacts-changelog/changelog-summary.md whatsnew/whatsnew-en-US
645645 - name : " Distribute Android on Play Store"
646- uses : r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
646+ uses : r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
647647 with :
648648 serviceAccountJson : service-account-google.json
649649 whatsNewDirectory : whatsnew
650650 packageName : com.artemchep.keyguard
651651 releaseFiles : artifacts-android/**/*.aab
652652 - name : " Distribute WearOS on Play Store"
653- uses : r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
653+ uses : r0adkll/upload-google-play@e738b9dd8f2476ea806d921b64aacd24f34515a5
654654 with :
655655 serviceAccountJson : service-account-google.json
656656 whatsNewDirectory : whatsnew
You can’t perform that action at this time.
0 commit comments