Skip to content

Commit

Permalink
ci/cd: extract provisioning profile uuid from file | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 20, 2024
1 parent 1d92500 commit aabe361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
-destination "generic/platform=iOS,name=Any iOS Device" \
OTHER_CODE_SIGN_FLAGS="--keychain ~/Library/Keychains/build.keychain" \
CODE_SIGN_STYLE=Manual \
PROVISIONING_PROFILE=$PP_UUID \
PROVISIONING_PROFILE="$PP_UUID" \
CODE_SIGN_IDENTITY="Apple Distribution"
- name: Export .ipa
Expand Down

0 comments on commit aabe361

Please sign in to comment.