Skip to content

Commit

Permalink
ci/cd: remove prov profile from archive step | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 20, 2024
1 parent 0cc439e commit 906f2db
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 @@ -112,7 +112,7 @@ jobs:
-archivePath "$PWD/build/NOICommunity.xcarchive" \
-destination "generic/platform=iOS,name=Any iOS Device" \
OTHER_CODE_SIGN_FLAGS="--keychain ~/Library/Keychains/build.keychain" \
CODE_SIGN_STYLE=Manual \
CODE_SIGN_STYLE=Automatic \
CODE_SIGN_IDENTITY="Apple Distribution"
- name: Export .ipa
Expand Down

0 comments on commit 906f2db

Please sign in to comment.