We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98e9be6 + 389c3c2 commit 3d5b96eCopy full SHA for 3d5b96e
entrypoint.sh
@@ -4,7 +4,7 @@ ipfs init
4
ipfs daemon &
5
waitForIpfs
6
ipfs pin remote service add origin $ENDPOINT $ACCESS_TOKEN
7
-CID=$(ipfs add -r -q $UPLOAD_PATH | tail -1)
+CID=$(ipfs add -r -q --cid-version 1 $UPLOAD_PATH | tail -1)
8
ipfs pin remote add --service=origin --name=$NAME $CID
9
10
-echo "::set-output name=cid::$CID"
+echo "::set-output name=cid::$CID"
0 commit comments