Skip to content

fix: download binary from floating tag instead of latest#13

Merged
urmzd merged 1 commit intomainfrom
fix/floating-tag-download-url
Mar 30, 2026
Merged

fix: download binary from floating tag instead of latest#13
urmzd merged 1 commit intomainfrom
fix/floating-tag-download-url

Conversation

@urmzd
Copy link
Copy Markdown
Owner

@urmzd urmzd commented Mar 30, 2026

Summary

  • Changes action binary download URL from releases/latest/download to releases/download/v{major}/, derived from the action's own ref
  • Prevents 404 when a non-versioned release (e.g. Marketplace) is marked as Latest

Test plan

  • Merge and release, verify action still downloads binary correctly
  • Verify teasr release workflow succeeds with updated action

The action downloaded its binary from releases/latest/download which
breaks when a non-versioned release (e.g. Marketplace) is marked as
Latest. Now derives the floating major version tag from the action
ref and downloads from that specific release instead.
@urmzd urmzd merged commit 991cb75 into main Mar 30, 2026
4 checks passed
@urmzd urmzd deleted the fix/floating-tag-download-url branch March 30, 2026 02:02
urmzd added a commit that referenced this pull request Mar 30, 2026
fix: download binary from floating tag instead of latest
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