1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 20:53:25 +00:00

cleanup export, ipa artifact

This commit is contained in:
Kyle Spearrin
2020-06-10 10:53:57 -04:00
parent 81a30e580e
commit 8e6c6e04a3
3 changed files with 28 additions and 15 deletions

View File

@@ -169,3 +169,10 @@ jobs:
- name: Export .ipa for App Store
run: ./.github/scripts/ios/export-ipa.ps1 -method app-store
shell: pwsh
- name: Upload App Store .ipa artifact
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
with:
name: com.8bit.bitwarden.ipa
path: ./com.8bit.bitwarden.ipa