You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded all the artifacts from the Github to compare them with gs bucket. It looks like all binaries are not matching the ones from the bucket:
The above is false. I mistakenly downloaded the nightly bucket instead of release. 🤦♂️
As a result, the $ARTIFACTS_TO_PUBLISH variable contains two checksums.txt files, and that breaks the artifact to upload to the GitHub page (GH API responds the name of the artifact is duplicated).
As evidenced by kn-event 1.9.1 release job, the release script fails to publish a proper checksum file, together with (
.sig
and.pem
) files.The files at gs bucket are valid, but the
checksums.txt
file published at Github releases was invalid.I suspect the stale
checksums.txt
(before MacOS signing) was published on Github releases, and that caused the upload command to fail./kind bug
The text was updated successfully, but these errors were encountered: