fix ga syntax

This commit is contained in:
2024-08-08 15:35:38 -05:00
parent 979d9609f5
commit e9a52de14b

View File

@@ -15,7 +15,7 @@ jobs:
PROD_MACOS_NOTARIZATION_TEAM_ID: '${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}'
PROD_MACOS_NOTARIZATION_PWD: '${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}'
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
DEBUG_FLAG: '${{ matrix.configuration == "Debug" && "true" || "false" }}
DEBUG_FLAG: '${{ matrix.configuration == "Debug" && "true" || "false" }}'
strategy:
fail-fast: false
matrix: