Skip to content

Commit

Permalink
Disable upload steps
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Dec 20, 2023
1 parent 861be32 commit 8958b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ jobs:
- name: Upload to Play Store
uses: r0adkll/[email protected]
with:
if: false
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
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 @@ -284,6 +284,7 @@ jobs:
- name: Upload to Play Store Wear OS
uses: r0adkll/[email protected]
with:
if: false
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
releaseFiles: ${{steps.download-wearos.outputs.download-path}}/flipper-zero-wearos.aab
Expand Down

0 comments on commit 8958b28

Please sign in to comment.