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 924f5d3 commit 63ba63eCopy full SHA for 63ba63e
.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