Commit a5a6a037 authored by Moody Salem's avatar Moody Salem Committed by GitHub

ci: references to old id `upload` (#6034)

fix: references to old id `upload`

`upload` seems to have been changed to `pinata`
parent 8bfebd37
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
continue-on-error: true continue-on-error: true
timeout-minutes: 2 timeout-minutes: 2
with: with:
cid: ${{ steps.upload.outputs.hash }} cid: ${{ steps.pinata.outputs.hash }}
seeds: ${{ secrets.CRUST_SEEDS }} seeds: ${{ secrets.CRUST_SEEDS }}
- name: Convert CIDv0 to CIDv1 - name: Convert CIDv0 to CIDv1
...@@ -93,7 +93,7 @@ jobs: ...@@ -93,7 +93,7 @@ jobs:
IPFS gateways: IPFS gateways:
- https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.dweb.link/ - https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.dweb.link/
- https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.cf-ipfs.com/ - https://${{ steps.convert-cidv0.outputs.cidv1 }}.ipfs.cf-ipfs.com/
- [ipfs://${{ steps.upload.outputs.hash }}/](ipfs://${{ steps.pinata.outputs.hash }}/) - [ipfs://${{ steps.pinata.outputs.hash }}/](ipfs://${{ steps.pinata.outputs.hash }}/)
${{ needs.tag.outputs.changelog }} ${{ needs.tag.outputs.changelog }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment