Skip to content

Commit e57bf17

Browse files
authored
Merge pull request #11 from IdenWorks/shivang/fix-publish
fix: uzip correct vsix
2 parents 924f5d3 + 63ba63e commit e57bf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marketplace-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pnpm build
4646
4747
# 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
48+
unzip -l bin/roo-otto-${current_package_version}.vsix > /tmp/roo-code-vsix-contents.txt
4949
5050
# Check for required files.
5151
grep -q "extension/package.json" /tmp/roo-code-vsix-contents.txt || exit 1

0 commit comments

Comments
 (0)