We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83c4a1 commit 0ee4f1dCopy full SHA for 0ee4f1d
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
sh ./scripts/install.sh -t ${{ needs.check-tag.outputs.version }}
75
76
# Define the tarball name based on the version
77
- TARBALL_NAME="code-editorv${{ needs.check-tag.outputs.version }}.tar.gz"
+ TARBALL_NAME="code-editor${{ needs.check-tag.outputs.version }}.tar.gz"
78
# Set the tarball name as an output variable
79
echo "tarball_name=${TARBALL_NAME}" >> $GITHUB_OUTPUT
80
@@ -99,4 +99,4 @@ jobs:
99
sha256_hash: ${{ steps.build.outputs.sha256_hash }}
100
assets: ${{ steps.publish.outputs.assets }}
101
102
-
+
0 commit comments