fix: rename regular artifact from roo-code-regular to roo-code

This commit is contained in:
Roo Code 2026-02-10 17:28:11 +00:00
parent aa7dffe593
commit 236deb5ffb

View file

@ -37,7 +37,7 @@ jobs:
- name: Upload Regular VSIX
uses: actions/upload-artifact@v4
with:
name: roo-code-regular
name: roo-code
path: bin/*.vsix
retention-days: 14
@ -107,7 +107,7 @@ jobs:
``,
`| Variant | Artifact |`,
`|---------|----------|`,
`| **Regular** | \`roo-code-regular\` |`,
`| **Regular** | \`roo-code\` |`,
`| **Nightly** | \`roo-code-nightly\` |`,
``,
`[Download artifacts from this workflow run](${runUrl}#artifacts)`,