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.
2 parents 924f5d3 + 63ba63e commit e57bf17Copy full SHA for e57bf17
.github/workflows/marketplace-publish.yml
@@ -45,7 +45,7 @@ jobs:
45
pnpm build
46
47
# Save VSIX contents to a temporary file to avoid broken pipe issues.
48
- unzip -l bin/roo-cline-${current_package_version}.vsix > /tmp/roo-code-vsix-contents.txt
+ unzip -l bin/roo-otto-${current_package_version}.vsix > /tmp/roo-code-vsix-contents.txt
49
50
# Check for required files.
51
grep -q "extension/package.json" /tmp/roo-code-vsix-contents.txt || exit 1
0 commit comments