workflow windows path fix
This commit is contained in:
parent
f69d20ad85
commit
5586d194db
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: pip install pyinstaller
|
||||
|
||||
- name: Build EXE with PyInstaller
|
||||
run: pyinstaller windows/windows.spec --noconfirm
|
||||
run: pyinstaller packaging/windows.spec --noconfirm
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue