Skip to content

fix: remove duplicate extension zip from releases#1001

Merged
jackwener merged 2 commits intomainfrom
fix/deduplicate-extension-zip
Apr 13, 2026
Merged

fix: remove duplicate extension zip from releases#1001
jackwener merged 2 commits intomainfrom
fix/deduplicate-extension-zip

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

  • Release workflow was creating both opencli-extension.zip and opencli-extension-v{version}.zip (identical content via cp), uploading both to GitHub releases
  • Removed the unversioned opencli-extension.zip — only the versioned filename (opencli-extension-v{version}.zip) is now created and uploaded
  • Fixed in both release.yml and build-extension.yml

Test plan

  • Verify next release only contains opencli-extension-v{version}.zip
  • Clean up v1.7.3 duplicate asset: gh release delete-asset v1.7.3 opencli-extension.zip

The release and build-extension workflows were creating both
opencli-extension.zip and opencli-extension-v{version}.zip (identical
content), causing both to be uploaded. Keep only the versioned filename.
Update all references from opencli-extension.zip to
opencli-extension-v{version}.zip to match the workflow change.
@jackwener jackwener merged commit feedaf9 into main Apr 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant