From 4a6898fb09fa0df7503c20f74864632ba5302c25 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 12 Feb 2025 09:07:11 -0700 Subject: [PATCH] update package name --- .github/workflows/cli-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index a6fe70d7a..130feb7be 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -51,7 +51,7 @@ jobs: working-directory: ./cli run: | cd target/release - tar czf buster-cli-linux-x86_64.tar.gz buster + tar czf buster-cli-linux-x86_64.tar.gz buster-cli sha256sum buster-cli-linux-x86_64.tar.gz > buster-cli-linux-x86_64.tar.gz.sha256 - name: Upload artifacts