Skip to content

Commit

Permalink
Revert "remove from the bundlde"
Browse files Browse the repository at this point in the history
This reverts commit 7d65a26.
  • Loading branch information
Cory Schwartz committed Apr 6, 2022
1 parent 0fa74a7 commit d1f3ab5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ do

ipfs add -q "lotus_${CIRCLE_TAG}_${ARCH}-amd64.tar.gz" > "lotus_${CIRCLE_TAG}_${ARCH}-amd64.tar.gz.cid"
done
popd
cp "../appimage/Lotus-${CIRCLE_TAG}-x86_64.AppImage" .
sha512sum "Lotus-${CIRCLE_TAG}-x86_64.AppImage" > "Lotus-${CIRCLE_TAG}-x86_64.AppImage.sha512"
ipfs add -q "Lotus-${CIRCLE_TAG}-x86_64.AppImage" > "Lotus-${CIRCLE_TAG}-x86_64.AppImage.cid"
popd

0 comments on commit d1f3ab5

Please # to comment.