From 05c615cbfab402b42af0252f38687cfc8dabe855 Mon Sep 17 00:00:00 2001 From: Chris Putnam Date: Sat, 10 Feb 2024 21:44:31 -0600 Subject: [PATCH] add --help to run check to ensure exit code is 0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57de646..d651ce9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/*