1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

dont archive for app store if not master

This commit is contained in:
Kyle Spearrin
2020-06-10 11:33:43 -04:00
parent 097415385e
commit 016dfdb455

View File

@@ -164,8 +164,10 @@ jobs:
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone -archive run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone -archive
shell: pwsh 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 - name: Export .ipa for App Store
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'