We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab0c6a commit 05c615cCopy full SHA for 05c615c
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: pip install pyinstaller
19
- run: pyinstaller -F binmerge
20
# Optionally verify that it works (provided that it does not need user interaction)
21
- - run: ./dist/binmerge.exe
+ - run: ./dist/binmerge.exe --help
22
- uses: actions/upload-artifact@v2
23
with:
24
path: dist/*
0 commit comments