mirror of
https://github.com/bitwarden/mobile
synced 2024-12-25 00:12:24 +01:00
dont archive for app store if not master
This commit is contained in:
parent
097415385e
commit
016dfdb455
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -164,8 +164,10 @@ jobs:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone -archive
|
||||
shell: pwsh
|
||||
env:
|
||||
KEYCHAIN_PASSWORD: ${{ secrets.IOS_KEYCHAIN_PASSWORD }}
|
||||
|
||||
- name: Build for App Store
|
||||
run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone
|
||||
shell: pwsh
|
||||
|
||||
- name: Export .ipa for App Store
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
Loading…
Reference in New Issue
Block a user