Skip to content

Commit 89d8318

Browse files
committed
fix spec file path
1 parent 8679852 commit 89d8318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build executable
2424
run: |
2525
cd build
26-
pyinstaller build/chirplab.spec
26+
pyinstaller chirplab.spec
2727
2828
- uses: actions/upload-artifact@v4
2929
with:

0 commit comments

Comments
 (0)