We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf6220 commit 3d78380Copy full SHA for 3d78380
.github/workflows/windowspackage.yml
@@ -37,7 +37,7 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: PyInstaller
39
run: |
40
- pyinstaller --onefile dmarchiver\cmdline.py --paths=dmarchiver -n dmarchiver --hidden-import queue
+ pyinstaller --onefile dmarchiver\cmdline.py --paths=dmarchiver -n dmarchiver.exe --hidden-import queue
41
- uses: actions/upload-artifact@v1
42
with:
43
name: dmarchiver-windows
0 commit comments