Upload IPFS - aquiladev/ddns-action GitHub Wiki
There is a GitHub Action which allows to upload a DApp to IPFS on Marketplace.
In order to use it, you need to add step to main.yml.
- uses: aquiladev/[email protected]
id: upload
with:
path: ./buildThere will be a build artifact on a runner after steps (usually in directory build or dist). You need to pass the directory as a path parameter.
The step will have hash output — it is needed for later use. Token ${{ steps.upload.outputs.hash }} can be used in next steps where upload is the id of current step.