Skip to content

Commit

Permalink
Fix empty code signing setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Jun 11, 2024
1 parent d542023 commit 64c392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/KaMPKit-iOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
configuration: Debug
action: build
use-xcpretty: false
build-settings: CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
build-settings: CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO

0 comments on commit 64c392a

Please sign in to comment.