Skip to content

Commit dbf029e

Browse files
committed
Fix variable name
1 parent 31f5117 commit dbf029e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
build-type: [ debug, release ]
14+
build_type: [ debug, release ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
build-type: [ debug, release ]
52+
build_type: [ debug, release ]
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@v2

.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)