From 1d6ab1291d7bc0c63b8e8862ad948e94aa85e18f Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 5 Oct 2024 16:33:01 +0530 Subject: [PATCH] chore: update binaries to not have redundant version number --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fbcad6..89bac4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,5 +70,5 @@ jobs: --title "$release_name" \ --notes "Automated release for version $version" \ --prerelease \ - "$linux_binary#rustcm-cli-$version-linux-x86_64" \ - "$windows_binary#rustcm-cli-$version-windows-x86_64.exe" + "$linux_binary#rustcm-cli-linux-x86_64" \ + "$windows_binary#rustcm-cli-windows-x86_64.exe"