From 0ee4f1d6b297a9e8df2d86e2f245815dcbda6130 Mon Sep 17 00:00:00 2001 From: Hudson Xing <77495133+harvenstar@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:31:44 -0700 Subject: [PATCH] Update release.yml to remove v of tarball name Signed-off-by: Hudson Xing <77495133+harvenstar@users.noreply.github.com> --- .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 06ad5a21d..82fe179f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: sh ./scripts/install.sh -t ${{ needs.check-tag.outputs.version }} # Define the tarball name based on the version - TARBALL_NAME="code-editorv${{ needs.check-tag.outputs.version }}.tar.gz" + TARBALL_NAME="code-editor${{ needs.check-tag.outputs.version }}.tar.gz" # Set the tarball name as an output variable echo "tarball_name=${TARBALL_NAME}" >> $GITHUB_OUTPUT @@ -99,4 +99,4 @@ jobs: sha256_hash: ${{ steps.build.outputs.sha256_hash }} assets: ${{ steps.publish.outputs.assets }} - \ No newline at end of file +