Refinements

This commit is contained in:
Ircama
2024-08-07 02:04:04 +02:00
parent 24f67c239c
commit b4e892b6a5
2 changed files with 9 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ jobs:
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
run: echo "The executable file in the epson_print_conf.zip archive within the assets below is auto-generated by a [GitHub Action](.github/workflows/build.yml)." > ${{ github.workspace }}-CHANGELOG.txt
- name: Create Release
uses: softprops/action-gh-release@v2