From 68550ab906528ecfa75edda4b1fb5ebabab6a692 Mon Sep 17 00:00:00 2001 From: Ircama Date: Wed, 7 Aug 2024 02:17:36 +0200 Subject: [PATCH] Refinements --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d927b51..87b8e22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 epson_print_conf.zip archive within the assets below is auto-generated by a [GitHub Action](.github/workflows/build.yml)." > ${{ 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 diff --git a/README.md b/README.md index e47ef3d..44319b7 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ pyinstaller epson_print_conf.spec When the build operation is completed, you can run the *epson_print_conf.exe* file created in the *dist/* folder. This executable program does not have options, embeds the *printer_conf.pickle* file and starts with the default IP address and printer model defined in the build phase. -The executable file is automatically generated by a [GitHub Action](.github/workflows/build.yml). It is included in a ZIP file named *epson_print_conf.zip* and uploaded into the [Releases](releases) folder. +The executable file is automatically generated by a [GitHub Action](.github/workflows/build.yml). It is included in a ZIP file named *epson_print_conf.zip* and uploaded into the [Releases](https://github.com/Ircama/epson_print_conf/releases/latest) folder. ## Utilities and notes