Merge pull request #163 from losnoco/nevack/github_actions_no_signing
Do not use signing capabilities in GitHub Actions build.
This commit is contained in:
commit
8875a36aba
1 changed files with 2 additions and 0 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -23,8 +23,10 @@ jobs:
|
||||||
run: >
|
run: >
|
||||||
xcodebuild
|
xcodebuild
|
||||||
-quiet
|
-quiet
|
||||||
|
-project Cog.xcodeproj
|
||||||
-scheme Cog
|
-scheme Cog
|
||||||
-configuration Debug
|
-configuration Debug
|
||||||
|
-destination 'platform=macOS,arch=x86_64'
|
||||||
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
-derivedDataPath $XCODE_DERIVEDDATA_PATH
|
||||||
CODE_SIGNING_ALLOWED=NO
|
CODE_SIGNING_ALLOWED=NO
|
||||||
build
|
build
|
||||||
|
|
Loading…
Reference in a new issue