mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fix ipfs build (#6417)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
096a7c9058
commit
9d356b8618
5
.github/workflows/upload-ipfs.yml
vendored
5
.github/workflows/upload-ipfs.yml
vendored
|
@ -8,8 +8,9 @@ jobs:
|
|||
upload-ipfs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: aquiladev/ipfs-action@v0.1.5
|
||||
id: ipfs-test-bc
|
||||
id: upload
|
||||
with:
|
||||
path: ./blockchains
|
||||
service: pinata
|
||||
|
@ -18,7 +19,7 @@ jobs:
|
|||
pinataPinName: blockchains
|
||||
verbose: false
|
||||
- uses: aquiladev/ipfs-action@v0.1.5
|
||||
id: ipfs-test
|
||||
id: upload-dapps
|
||||
with:
|
||||
path: ./dapps
|
||||
service: pinata
|
||||
|
|
Loading…
Reference in New Issue
Block a user