Fix small glitches

This commit is contained in:
Ircama
2024-11-04 10:42:03 +01:00
parent cff5de2f02
commit e1f77eab8b
5 changed files with 36 additions and 37 deletions

View File

@@ -40,7 +40,9 @@ jobs:
run: >
echo "The *epson_print_conf.exe* executable file in the
*epson_print_conf.zip* archive within the assets below is
auto-generated by a [GitHub Action](.github/workflows/build.yml)."
auto-generated by a [GitHub Action](.github/workflows/build.yml).\n\n
Check the [History of modifications]
(https://github.com/Ircama/epson_print_conf/commits/main/)."
> ${{ github.workspace }}-CHANGELOG.txt
- name: Create Release, uploading the epson_print_conf.zip asset
@@ -50,7 +52,7 @@ jobs:
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: dist/epson_print_conf.zip
append_body: true
generate_release_notes: true
generate_release_notes: false
- name: Remove old releases
uses: Nats-ji/delete-old-releases@v1