1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 01:53:17 +00:00

fix ipa path

This commit is contained in:
Kyle Spearrin
2020-06-10 13:30:08 -04:00
parent caed8c2cf0
commit 1066598150
3 changed files with 5 additions and 10 deletions

View File

@@ -179,8 +179,8 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
with:
name: com.8bit.bitwarden.ipa
path: ./com.8bit.bitwarden.ipa
name: Bitwarden.ipa
path: ./bitwarden-export/Bitwarden.ipa
- name: Deploy to App Store
if: github.ref == 'refs/heads/master'