We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8679852 commit 89d8318Copy full SHA for 89d8318
.github/workflows/build-win.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build executable
24
run: |
25
cd build
26
- pyinstaller build/chirplab.spec
+ pyinstaller chirplab.spec
27
28
- uses: actions/upload-artifact@v4
29
with:
0 commit comments