PM-3349 Uncommented the Deploy step for Android job
This commit is contained in:
parent
6b9faed45f
commit
8484b4af30
|
@ -276,21 +276,20 @@ jobs:
|
||||||
path: ./bw-android-${{ matrix.variant }}-apk-sha256.txt
|
path: ./bw-android-${{ matrix.variant }}-apk-sha256.txt
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# TODO: Uncomment when finishing testing iOS on TestFlight (hotfix-rc branch)
|
- name: Deploy to Play Store
|
||||||
# - name: Deploy to Play Store
|
if: ${{ matrix.variant == 'prod' && (( github.ref == 'refs/heads/main'
|
||||||
# if: ${{ matrix.variant == 'prod' && (( github.ref == 'refs/heads/main'
|
&& needs.setup.outputs.rc_branch_exists == 0
|
||||||
# && needs.setup.outputs.rc_branch_exists == 0
|
&& needs.setup.outputs.hotfix_branch_exists == 0)
|
||||||
# && needs.setup.outputs.hotfix_branch_exists == 0)
|
|| (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0)
|
||||||
# || (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0)
|
|| github.ref == 'refs/heads/hotfix-rc' ) }}
|
||||||
# || github.ref == 'refs/heads/hotfix-rc' ) }}
|
run: |
|
||||||
# run: |
|
PUBLISHER_PATH="$GITHUB_WORKSPACE/store/google/Publisher/bin/Release/net7.0/Publisher.dll"
|
||||||
# PUBLISHER_PATH="$GITHUB_WORKSPACE/store/google/Publisher/bin/Release/net7.0/Publisher.dll"
|
CREDS_PATH="$HOME/secrets/play_creds.json"
|
||||||
# CREDS_PATH="$HOME/secrets/play_creds.json"
|
AAB_PATH="$GITHUB_WORKSPACE/com.x8bit.bitwarden.aab"
|
||||||
# AAB_PATH="$GITHUB_WORKSPACE/com.x8bit.bitwarden.aab"
|
TRACK="internal"
|
||||||
# TRACK="internal"
|
|
||||||
|
|
||||||
# dotnet $PUBLISHER_PATH $CREDS_PATH $AAB_PATH $TRACK
|
dotnet $PUBLISHER_PATH $CREDS_PATH $AAB_PATH $TRACK
|
||||||
# shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
f-droid:
|
f-droid:
|
||||||
|
|
Loading…
Reference in New Issue