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 9c20cc2 commit ed86bd3Copy full SHA for ed86bd3
.github/workflows/build-windows.yml
@@ -28,7 +28,7 @@ jobs:
28
run: nuitka Underbridge.py --assume-yes-for-downloads
29
30
- name: List Output Files
31
- run: dir App_Release\windows
+ run: dir dist
32
33
- name: Zip the output
34
run: python zipit.py dist/Underbridge.dist ubridge-light.zip
0 commit comments