Use release config

This commit is contained in:
Max Goedjen
2025-09-01 20:14:05 -07:00
committed by GitHub
parent bf78879310
commit 8826726bc3

View File

@@ -39,7 +39,7 @@ jobs:
run: sudo xcrun xcode-select -s /Applications/Xcode_26.0.app
- if: matrix.build-mode == 'manual'
name: "Build"
run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with: