Restore rolling release download URL for pict.exe#152
Conversation
release download URL for pict.exe
jaccz
left a comment
There was a problem hiding this comment.
Why does it only propagate a Linux executable?
Change the download paths to accommodate for Linux, Mac and Windows binaries and propagate them.
|
@copilot , take a look at the comments and adjust,. |
Addressed in commit
Updated in commit |
|
@copilot, I'd like |
Implemented in commit |
https://github.com/microsoft/pict/releases/download/release/pict.exeregressed to 404 because the rollingreleasealias was no longer maintained as new versioned releases were published. This change reintroduces automated alias maintenance so the legacy direct-download URL keeps resolving to the latest binary.What changed
.github/workflows/release-download-alias.ymlrelease.published(plusworkflow_dispatchfor manual recovery/backfill)ghCLI to:pict.exefrom the newly published source tagreleaserelease/tag (if present)releaseand uploadpict.exeBehavioral impact
.../releases/download/release/pict.exevX.Y.Z) unchanged while maintaining a rolling alias.