Skip to content

Commit

Permalink
Update ios-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Nov 5, 2024
1 parent 47fddc8 commit b10c88a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ios-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Sync
run: npx cap sync

- name: Decrypt build mobileprovision
run: ios/decrypt_provision.sh
env:
BUILD_PROVISION_PASSPHRASE: ${{ secrets.BUILD_PROVISION_PASSPHRASE }}
## Use this if build mobileprovision too big in base64 for GH secrets
# - name: Decrypt build mobileprovision
# run: ios/decrypt_provision.sh
# env:
# BUILD_PROVISION_PASSPHRASE: ${{ secrets.BUILD_PROVISION_PASSPHRASE }}

- name: Install the Apple certificate and provisioning profile
env:
Expand Down

0 comments on commit b10c88a

Please sign in to comment.