Skip to content

Commit 8679852

Browse files
committed
run pyinstaller from build directory
1 parent fed384a commit 8679852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-win.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
pip install -r build/requirements.txt
2222
2323
- name: Build executable
24-
run: pyinstaller build/chirplab.spec
24+
run: |
25+
cd build
26+
pyinstaller build/chirplab.spec
2527
2628
- uses: actions/upload-artifact@v4
2729
with:

0 commit comments

Comments
 (0)