workflow windows path fix

This commit is contained in:
Flowseal 2026-03-06 19:59:32 +03:00
parent f69d20ad85
commit 5586d194db
1 changed files with 1 additions and 1 deletions

View File

@ -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