Skip to content

Commit

Permalink
fixed path to gesture-mouse executable when setting +x flag
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Oct 3, 2024
1 parent d733726 commit 949f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 949f3b6

Please sign in to comment.