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 8c5f611 commit 20a391bCopy full SHA for 20a391b
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
branch: ${{ github.event.inputs.source_branch }}
45
# We use a wildcard (*) because the artifact name from the build workflow
46
# contains a dynamic commit SHA (e.g., vscode-reh-web-linux-x64-0.0.0-dev-...).
47
- name: vscode-reh-web-linux-x64-*
+ name: npm-package
48
# The path where the downloaded artifact will be saved.
49
path: ./release-assets
50
# Ensure we only get the artifact from a successful run.
0 commit comments