Skip to content

Commit

Permalink
Update internal workflow to use 1.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Sep 19, 2023
1 parent 2d46bec commit befb7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
with:
name: artifacts-googleplay
- name: Upload to Play Store
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1.1.2
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
Expand All @@ -281,11 +281,11 @@ jobs:
with:
name: artifacts-wearos
- name: Upload to Play Store Wear OS
uses: r0adkll/[email protected].1
uses: r0adkll/[email protected].2
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
releaseFiles: ${{steps.download-wearos.outputs.download-path}}/flipper-zero-wearos.aab
track: wear:beta
mappingFile: ${{steps.download-wearos.outputs.download-path}}/mapping-wearos.txt
changesNotSentForReview: true
changesNotSentForReview: true

0 comments on commit befb7c5

Please sign in to comment.