ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.9k stars 2.98k forks source link

File path in *.sha512 should not be absolute path #9323

Open suzuki-shunsuke opened 1 year ago

suzuki-shunsuke commented 1 year ago

Checklist

Installation method

third-party binary

Version

No response

Config

No response

Description

The content of kubo_v0.16.0_darwin-arm64.tar.gz.sha512 is wrong.

Expected content

62f84350d3c3ccbb29f9cb0b21d437c1d21be6ad8127343bd7920fabb219779d9d3c961b64c879608ad9485aca116e8f9884d252a340c702d58686764195582a  kubo_v0.16.0_darwin-arm64.tar.gz

Actual content

62f84350d3c3ccbb29f9cb0b21d437c1d21be6ad8127343bd7920fabb219779d9d3c961b64c879608ad9485aca116e8f9884d252a340c702d58686764195582a  /Users/runner/work/distributions/distributions/releases/kubo/v0.16.0/kubo_v0.16.0_darwin-arm64.tar.gz

I guess this is the absolute path in GitHub Actions, but I think this should be only a file name.

ref. https://github.com/ipfs/kubo/blob/199fa47e51149fa24ff2b38a198ed3c72951725b/.github/workflows/sync-release-assets.yml#L24-L128

welcome[bot] commented 1 year ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.