Skip to content

Commit 37ff5fc

Browse files
fix: Corrected Nuitka-Action arguments in release.yml
1 parent 619be3d commit 37ff5fc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
with:
4545
nuitka-version: main
4646
script-name: run_gui.py
47-
onefile: true
48-
standalone: true
49-
enable-plugins: pyside6,numpy
47+
mode: onefile
48+
plugin-enable: pyside6,numpy
5049
output-file: RadarSim
5150

5251
- name: Package Windows

0 commit comments

Comments
 (0)