Skip to content

Commit

Permalink
ci/cd: try manual setting ppuuid again
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 20, 2024
1 parent aabe361 commit 90fe217
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="e914b769-9aba-4adf-afe5-2d3e3ded9d27" \
CODE_SIGN_IDENTITY="Apple Distribution"
- name: Export .ipa
Expand Down

0 comments on commit 90fe217

Please sign in to comment.