Skip to content

Commit

Permalink
Disable upload beta build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY authored Dec 21, 2023
1 parent 8958b28 commit a605b35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:
- name: Create internal Release
id: create_internal_release
uses: softprops/action-gh-release@v1
if: ${{ false }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -265,8 +266,8 @@ jobs:
name: artifacts-googleplay
- name: Upload to Play Store
uses: r0adkll/[email protected]
if: ${{ false }}
with:
if: false
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_PUBLISHER_JSON }}
packageName: com.flipperdevices.app
releaseFiles: ${{steps.download-googleplay.outputs.download-path}}/flipper-zero-googleplay.aab
Expand All @@ -283,8 +284,8 @@ jobs:
name: artifacts-wearos
- name: Upload to Play Store Wear OS
uses: r0adkll/[email protected]
if: ${{ false }}
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 a605b35

Please sign in to comment.