From 0b7666e6d7ba2b0f7ede994335c85c1de9452343 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 3 Sep 2025 00:54:07 -0700 Subject: [PATCH] Release mode --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bb9a1f4..129dc26 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 -configuration Debug -archivePath Archive.xcarchive archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + run: xcrun xcodebuild -project Sources/Secretive.xcodeproj -scheme Secretive -configuration Release -archivePath Archive.xcarchive archive CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: