Skip to content

Wait for release assets in publish workflows#85

Merged
bgreenwell merged 1 commit into
develfrom
fix/publish-race
Jul 12, 2026
Merged

Wait for release assets in publish workflows#85
bgreenwell merged 1 commit into
develfrom
fix/publish-race

Conversation

@bgreenwell

Copy link
Copy Markdown
Owner

Ports the race fix discovered during lstr's v0.3.0 release (bgreenwell/lstr#60): the Scoop/AUR/WinGet workflows trigger on the same tag as the Release workflow and race it for assets that don't exist until cargo-dist finishes building. Each workflow now polls for the specific asset it needs (up to 30 minutes) before proceeding; manual workflow_dispatch runs pass through immediately.

The Scoop/AUR/WinGet workflows trigger on the same tag as the Release
workflow and race it for assets that don't exist until the build
finishes, requiring manual re-dispatch. Each now polls for the specific
asset it needs (up to 30 minutes) before proceeding; manual dispatch
runs pass through immediately.
@bgreenwell bgreenwell merged commit 5401006 into devel Jul 12, 2026
9 checks passed
@bgreenwell bgreenwell deleted the fix/publish-race branch July 12, 2026 13:51
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