Fix small glitches
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user