Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptex committed Sep 9, 2022
1 parent 066d5a1 commit 383c88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ jobs:
pyinstaller --clean --noconfirm --strip --noupx --console --onefile --add-data 'whispers/config.yml;whispers' --add-data 'whispers/rules/*.yml;whispers/rules' --name whispers.exe whispers/main.py
dist/whispers.exe --help
dist/whispers.exe --init
dist/whispers.exe tests/fixtures
- name: compile .bin
if: matrix.env-version.os != 'windows-latest'
run: |
pyinstaller --clean --noconfirm --strip --noupx --console --onefile --add-data 'whispers/config.yml:whispers' --add-data 'whispers/rules/*.yml:whispers/rules' --name whispers.bin whispers/main.py
dist/whispers.bin --help
dist/whispers.bin --init
dist/whispers.bin tests/fixtures

0 comments on commit 383c88a

Please sign in to comment.