Skip to content

Commit 0ee4f1d

Browse files
authored
Update release.yml to remove v of tarball name
Signed-off-by: Hudson Xing <77495133+harvenstar@users.noreply.github.com>
1 parent b83c4a1 commit 0ee4f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sh ./scripts/install.sh -t ${{ needs.check-tag.outputs.version }}
7575
7676
# Define the tarball name based on the version
77-
TARBALL_NAME="code-editorv${{ needs.check-tag.outputs.version }}.tar.gz"
77+
TARBALL_NAME="code-editor${{ needs.check-tag.outputs.version }}.tar.gz"
7878
# Set the tarball name as an output variable
7979
echo "tarball_name=${TARBALL_NAME}" >> $GITHUB_OUTPUT
8080
@@ -99,4 +99,4 @@ jobs:
9999
sha256_hash: ${{ steps.build.outputs.sha256_hash }}
100100
assets: ${{ steps.publish.outputs.assets }}
101101

102-
102+

0 commit comments

Comments
 (0)