This commit is contained in:
Ircama 2024-08-07 01:37:32 +02:00
parent 7477ad0599
commit 05fd86b76e

View file

@ -29,6 +29,10 @@ jobs:
run: |
python -m PyInstaller epson_print_conf.spec -- --default
- name: Zip EXE
run: |
powershell -Command Compress-Archive dist/epson_print_conf.exe dist/epson_print_conf.zip
- name: Generate Changelog
run: echo "The executable file in the assets below is auto-generated by a GitHub Action." > ${{ github.workspace }}-CHANGELOG.txt
@ -37,6 +41,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: dist/epson_print_conf.exe
files: dist/epson_print_conf.zip
append_body: true
generate_release_notes: true