Skip to content

Commit 3d78380

Browse files
authored
Update windowspackage.yml
1 parent adf6220 commit 3d78380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windowspackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: PyInstaller
3939
run: |
40-
pyinstaller --onefile dmarchiver\cmdline.py --paths=dmarchiver -n dmarchiver --hidden-import queue
40+
pyinstaller --onefile dmarchiver\cmdline.py --paths=dmarchiver -n dmarchiver.exe --hidden-import queue
4141
- uses: actions/upload-artifact@v1
4242
with:
4343
name: dmarchiver-windows

0 commit comments

Comments
 (0)