Skip to content

Commit 68f6ef2

Browse files
committed
set path in workflow
1 parent dd73bc2 commit 68f6ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build Executable
2020
run: |
21-
pyinstaller --name 'disabilitydude' --noconfirm --onedir --windowed --paths=src --distpath ".\dist" --add-data "./config;config/" "./src/main.py"
21+
pyinstaller --paths=. --name 'disabilitydude' --noconfirm --onedir --windowed --distpath ".\dist" --add-data "./config;config/" "./src/main.py"
2222
2323
- name: Upload Artifact
2424
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)