1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-25 04:33:36 +00:00

setup provisioning profiles

This commit is contained in:
Kyle Spearrin
2020-06-09 12:25:09 -04:00
parent ca6ce6db32
commit 9aed6d350b
6 changed files with 23 additions and 0 deletions

View File

@@ -137,6 +137,11 @@ jobs:
MOBILE_KEY_PASSWORD: ${{ secrets.IOS_KEY_PASSWORD }}
DIST_CERT_PASSWORD: ${{ secrets.IOS_DIST_CERT_PASSWORD }}
- name: Set up provisioning profiles
if: github.ref == 'refs/heads/master'
run: ./.github/scripts/ios/setup-profiles.ps1
shell: pwsh
- name: Restore packages
run: nuget restore