From 5586d194db8fbfd0467709ef63e0b037fcca438b Mon Sep 17 00:00:00 2001 From: Flowseal Date: Fri, 6 Mar 2026 19:59:32 +0300 Subject: [PATCH] workflow windows path fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76154cb..a358691 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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