Skip to content

Commit e11d0da

Browse files
authored
think this works
1 parent abb0020 commit e11d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
bindings: geode-sdk/bindings
5858
bindings-ref: main
5959
combine: true
60-
build-config: ${{ github.event.inputs.build_type != 'release' && 'RelWithDebInfo' || 'Release' }}
60+
build-config: ${{ github.event.inputs.build_type != 'release' && (matrix.arget == 'Win64' && 'RelWithDebInfo' || 'Debug') || 'Release' }}
6161
export-pdb: true
6262
export-symbols: true
6363
target: ${{ matrix.config.target }}

0 commit comments

Comments
 (0)