diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a03adc..3f6fe6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ 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' @@ -70,3 +71,4 @@ jobs: 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