Skip to content

Commit da013a1

Browse files
authored
Fix conditional
1 parent 8809fec commit da013a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
nuitka-version: main
3636
script-name: app/MotionFrame.py
3737
standalone: true
38-
onefile: matrix.os != 'windows-latest'
38+
onefile: ${{ matrix.os != 'windows-latest' }}
3939
enable-plugins: pyside6
4040
product-name: MotionFrame
4141
product-version: '1.0'

0 commit comments

Comments
 (0)