mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
testing upload to test flight
This commit is contained in:
parent
850af591b0
commit
aa461fa481
7
.github/workflows/build-desktop.yml
vendored
7
.github/workflows/build-desktop.yml
vendored
@ -962,12 +962,7 @@ 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: always()
|
||||||
(github.ref == 'refs/heads/main'
|
|
||||||
&& needs.setup.outputs.rc_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/hotfix-rc-desktop'
|
|
||||||
run: npm run upload:mas
|
run: npm run upload:mas
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user