-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub release artifact names have changed #1465
Comments
Here's a command for doing a dry run locally and viewing the output names: goreleaser release --snapshot --skip=publish --clean
cat dist/artifacts.json | jq (Note this is different from what it was when @mattt last did a dry run: #1176 (comment)) |
To add fuel to the fire, we also have this new
So even if we fix the casing of the uname, the currently documented |
Seeking guidance here: goreleaser/goreleaser#4513 |
Partial fix landed here: cf7e41f |
Hit this fun little GitHub bug while cleaning up the asset names: https://www.loom.com/share/c2afb266eebf41b0b10be552d29aa1b9 |
Newer versions of Cog have assets with lowercase filenames, like
cog_darwin_x86_64
But they used to be mixed case, like
cog_Darwin_arm64
So now our installation instructions on the README don't work for recent releases, because the output of
uname -s
on macOS is capitalizedDarwin
:I haven't looked into it yet, but I'm guessing this was an unexpected change from a goreleaser upgrade.
Affected versions:
Last versions before breaking change
To Do
The text was updated successfully, but these errors were encountered: