Merge pull request #163 from losnoco/nevack/github_actions_no_signing

Do not use signing capabilities in GitHub Actions build.
CQTexperiment
Christopher Snowhill 2021-08-08 13:29:58 -07:00 committed by GitHub
commit 8875a36aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,8 +23,10 @@ jobs:
run: >
xcodebuild
-quiet
-project Cog.xcodeproj
-scheme Cog
-configuration Debug
-destination 'platform=macOS,arch=x86_64'
-derivedDataPath $XCODE_DERIVEDDATA_PATH
CODE_SIGNING_ALLOWED=NO
build