Revised buid procedure

This commit is contained in:
Ircama 2024-07-30 00:57:02 +02:00
parent a6184c415f
commit 3def70e87a

View file

@ -26,7 +26,7 @@ jobs:
python -m PyInstaller epson_print_conf.spec -- --default
- name: Generate Changelog
run: echo "# This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt
run: echo "This executable is auto-generated by a GitHub Action" > ${{ github.workspace }}-CHANGELOG.txt
- name: Create Release
uses: softprops/action-gh-release@v2
@ -34,3 +34,5 @@ jobs:
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: dist/epson_print_conf.exe
append_body: true
generate_release_notes: true