Skip to content

Commit 20a391b

Browse files
author
Hudson Xing
committed
feat: add build and release workflow to main
1 parent 8c5f611 commit 20a391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
branch: ${{ github.event.inputs.source_branch }}
4545
# We use a wildcard (*) because the artifact name from the build workflow
4646
# contains a dynamic commit SHA (e.g., vscode-reh-web-linux-x64-0.0.0-dev-...).
47-
name: vscode-reh-web-linux-x64-*
47+
name: npm-package
4848
# The path where the downloaded artifact will be saved.
4949
path: ./release-assets
5050
# Ensure we only get the artifact from a successful run.

0 commit comments

Comments
 (0)