diff --git a/.github/workflows/pyinstaller_windows.yml b/.github/workflows/pyinstaller_windows.yml index 748421e..40aef10 100644 --- a/.github/workflows/pyinstaller_windows.yml +++ b/.github/workflows/pyinstaller_windows.yml @@ -131,7 +131,7 @@ jobs: cd ./build-${{env.LINUX_TARGET}} cp ./.github/pyinstaller/gesture-mouse.spec.${{env.LINUX_TARGET}} gesture-mouse.spec poetry run pyinstaller gesture-mouse.spec --clean --noconfirm - chmod +x build-${{env.LINUX_TARGET}}/dist/gesture-mouse/gesture-mouse + chmod +x ./dist/gesture-mouse/gesture-mouse - name: upload artifact uses: actions/upload-artifact@v4 with: