From e74c9297899f8245f36691bc4d59647d38075152 Mon Sep 17 00:00:00 2001 From: Michal Plichta Date: Thu, 28 Dec 2023 13:16:07 +0100 Subject: [PATCH] In the GitHub Actions workflow, the name of the command-line interface (CLI) executable has been changed. This updated naming convention helps to improve clarity and avoid confusion during the releasing process. --- .github/workflows/release-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 6515620e5..895c7f915 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -67,7 +67,7 @@ jobs: prerelease: false files: | dcspy_${{ steps.version.outputs.number }}.exe - dcspy_${{ steps.version.outputs.number }}_cli.exe + dcspy_cli_${{ steps.version.outputs.number }}.exe dcspy-${{ steps.version.outputs.number }}-py3-none-any.whl dcspy-${{ steps.version.outputs.number }}.tar.gz