We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb0020 commit e11d0daCopy full SHA for e11d0da
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
bindings: geode-sdk/bindings
58
bindings-ref: main
59
combine: true
60
- build-config: ${{ github.event.inputs.build_type != 'release' && 'RelWithDebInfo' || 'Release' }}
+ build-config: ${{ github.event.inputs.build_type != 'release' && (matrix.arget == 'Win64' && 'RelWithDebInfo' || 'Debug') || 'Release' }}
61
export-pdb: true
62
export-symbols: true
63
target: ${{ matrix.config.target }}
0 commit comments