Skip to content

ci(release): stop leaking dist/wings_test into releases#7

Merged
HerrSammyDE merged 1 commit into
developfrom
fix/release-assets
Jun 30, 2026
Merged

ci(release): stop leaking dist/wings_test into releases#7
HerrSammyDE merged 1 commit into
developfrom
fix/release-assets

Conversation

@HerrSammyDE

Copy link
Copy Markdown
Member

The release workflow uploaded dist/*, which also attached the committed dist/wings_test binary to every GitHub release as a stray wings_test asset (had to be deleted manually on v1.13.0 and v1.13.1).

Upload only the two real build outputs (dist/wings_linux_amd64, dist/wings_linux_arm64) instead. No change to the committed binaries themselves.

The release step globbed dist/*, which also picked up the committed
dist/wings_test binary and attached it to every GitHub release as a stray
'wings_test' asset. Upload the two real build outputs explicitly so releases
no longer leak that artifact.
@HerrSammyDE HerrSammyDE merged commit 2d11bfa into develop Jun 30, 2026
6 checks passed
@HerrSammyDE HerrSammyDE deleted the fix/release-assets branch June 30, 2026 07:39
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