1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-31 08:10:29 +01:00

Test old build

This commit is contained in:
Hinton 2022-04-07 17:25:41 +02:00
parent 78986023e7
commit 854095ea8c

View File

@ -876,12 +876,12 @@ jobs:
env: env:
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
if: | #if: |
(github.ref == 'refs/heads/master' # (github.ref == 'refs/heads/master'
&& 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: npm run upload:mas run: npm run upload:mas