Skip to content

Commit 8f8bb56

Browse files
Update vscode-extension.md
1 parent 224d826 commit 8f8bb56

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

recipes/ci-cd/github-actions/workflows/vscode-extension.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Copied from [cschleiden/vscode-github-actions](https://github.com/cschleiden/vsc
4444
asset_name: vscode-github-actions-1.0.${{ github.run_number }}.vsix
4545
asset_content_type: application/vsix
4646
```
47-
47+
48+
The Create Release section needs an underscore for the ID so it can be referenced in the last step.
49+
50+
The asset path and asset name part are both the same - perhaps there is a shorter way like only setting one or referencing one in the other.
51+
4852
Here are the script commands:
4953
5054
- `package.json`

0 commit comments

Comments
 (0)