We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8809fec commit da013a1Copy full SHA for da013a1
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
nuitka-version: main
36
script-name: app/MotionFrame.py
37
standalone: true
38
- onefile: matrix.os != 'windows-latest'
+ onefile: ${{ matrix.os != 'windows-latest' }}
39
enable-plugins: pyside6
40
product-name: MotionFrame
41
product-version: '1.0'
0 commit comments