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:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user