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 b2e5a23 commit 02a200cCopy full SHA for 02a200c
.github/workflows/build_linux.yaml
@@ -34,13 +34,13 @@ jobs:
34
pip install nuitka argparse requests
35
36
- name: Build with Nuitka
37
- run: nuitka underbridge.py
+ run: nuitka --output-dir dist/underbridge_lin underbridge.py
38
39
- name: List output files
40
run: ls dist/
41
42
- name: Zip the output
43
- run: python zipit.py underbridge_lin underbridge-light-linux.zip
+ run: python zipit.py dist/underbridge_lin underbridge-light-linux.zip
44
45
- name: Create GitHub Release and Upload Asset
46
uses: softprops/action-gh-release@v1
0 commit comments