Skip to content

Commit 02a200c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_linux.yaml

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

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

4242
- name: Zip the output
43-
run: python zipit.py underbridge_lin underbridge-light-linux.zip
43+
run: python zipit.py dist/underbridge_lin underbridge-light-linux.zip
4444

4545
- name: Create GitHub Release and Upload Asset
4646
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)