From b6ffcbce7158918299f2b2c11302b95b1dee3907 Mon Sep 17 00:00:00 2001 From: Ircama Date: Mon, 4 Nov 2024 11:02:37 +0100 Subject: [PATCH] Fix version message --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e579c86..3a9d9a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,11 @@ 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).\n\n - Check the [History of modifications] - (https://github.com/Ircama/epson_print_conf/commits/main/)." + auto-generated by a [GitHub Action](.github/workflows/build.yml). + + 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