Refinements

This commit is contained in:
Ircama
2024-07-30 01:18:02 +02:00
parent 3def70e87a
commit 4dff0ac657
4 changed files with 20 additions and 15 deletions

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 "Note: the executable file in the assets below is auto-generated by a GitHub Action." > ${{ github.workspace }}-CHANGELOG.txt
- name: Create Release
uses: softprops/action-gh-release@v2