Skip to content

Commit 04a3e27

Browse files
Fix Linux build workflow paths for Nuitka output and zipit.py
1 parent 02a200c commit 04a3e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install nuitka argparse requests
3535
3636
- name: Build with Nuitka
37-
run: nuitka --output-dir dist/underbridge_lin underbridge.py
37+
run: nuitka --output-dir=dist/underbridge_lin underbridge.py
3838

3939
- name: List output files
4040
run: ls dist/

0 commit comments

Comments
 (0)