Skip to content

Commit

Permalink
Deploy wearos to beta channel
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Nov 5, 2023
1 parent 24e657b commit b73bb0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ jobs:
releaseFiles: ${{steps.download-googleplay.outputs.download-path}}/flipper-zero-googleplay.aab
track: beta
mappingFile: ${{steps.download-googleplay.outputs.download-path}}/mapping-googleplay.txt
changesNotSentForReview: true
upload_to_playstore_wearos:
name: Upload Wear OS to Play Store
runs-on: ubuntu-latest
Expand All @@ -287,6 +286,5 @@ jobs:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
releaseFiles: ${{steps.download-wearos.outputs.download-path}}/flipper-zero-wearos.aab
track: wear:production
track: wear:beta
mappingFile: ${{steps.download-wearos.outputs.download-path}}/mapping-wearos.txt
changesNotSentForReview: true

0 comments on commit b73bb0d

Please sign in to comment.