mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: rename regular artifact from roo-code-regular to roo-code
This commit is contained in:
parent
aa7dffe593
commit
236deb5ffb
1 changed files with 2 additions and 2 deletions
4
.github/pr-build.yml
vendored
4
.github/pr-build.yml
vendored
|
|
@ -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)`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue