ipfs/Download IPFS Distribution
Download executable from dist.ipfs.tech
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 17, 2026
- License
- None
Pinned Snippet
uses: ipfs/download-ipfs-distribution-action@51f62ac6f62191532772f3d5ef05cf12356d27dd # v1.4.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of the distribution to download | yes | kubo |
| version | Version of the distribution to download(defaults to latest stable version) | no | — |
| working-directory | Directory where the action is going to be performed(defaults to temp directory) | no | — |
| install-directory | Directory where the executable is going to be copied(defaults to /usr/local/bin or /usr/bin on windows) | no | — |
| cache | A boolean value to indicate the fallback cache should be used | no | true |
| prefix | Prefix to be used for the GitHub Actions artifact upload (defaults to download-ipfs-distribution-action) | no | download-ipfs-distribution-action |
Outputs
| name | description |
|---|---|
| executable | The name of the executable |
| executables | The names of all the executables |
| cache-hit | A boolean value to indicate the fallback cache was used |