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
1 changed files with 4 additions and 2 deletions

View File

@ -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'