Skip to content

Commit f418b1a

Browse files
committed
Fix syntax
1 parent 0fd3af6 commit f418b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
name: ${{ matrix.output }} (${{ matrix.os }})
4545
runs-on: ${{ matrix.os }}
46-
if: ${{ github.event.inputs.build[matrix.output] == 'true' }}
46+
if: ${{ github.event.inputs[matrix.output] }}
4747

4848
steps:
4949

0 commit comments

Comments
 (0)