Skip to content

Commit

Permalink
Merge pull request #13055 from staszekscp/fix/profile-name-fix
Browse files Browse the repository at this point in the history
[NoQA] Fix wrong provisioning profile name
  • Loading branch information
luacmartins authored Nov 25, 2022
2 parents 199ffa4 + cf813bd commit fa8b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
command: cd ios && pod install

- name: Decrypt profile
run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output chat_expensify_adhoc.mobileprovision.gpg chat_expensify_adhoc.mobileprovision.gpg.gpg
run: cd ios && gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output chat_expensify_adhoc.mobileprovision chat_expensify_adhoc.mobileprovision.gpg
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}

Expand Down

0 comments on commit fa8b707

Please sign in to comment.