Skip to content

Commit

Permalink
add --help to run check
Browse files Browse the repository at this point in the history
to ensure exit code is 0
  • Loading branch information
putnam authored Feb 11, 2024
1 parent 6ab0c6a commit 05c615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: pip install pyinstaller
- run: pyinstaller -F binmerge
# Optionally verify that it works (provided that it does not need user interaction)
- run: ./dist/binmerge.exe
- run: ./dist/binmerge.exe --help
- uses: actions/upload-artifact@v2
with:
path: dist/*

0 comments on commit 05c615c

Please sign in to comment.