Skip to content

Commit 2a88ec7

Browse files
committed
Fix windows variable name in yml
1 parent f0acb5d commit 2a88ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
package-zip:
1111
strategy:
1212
matrix:
13-
build_type: [ debug, release ]
13+
build-type: [ debug, release ]
1414
runs-on: windows-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)