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 +