Update to release 2.1.4 #270
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build (experimental package) | |
on: | |
pull_request: | |
push: | |
branches: | |
- develop | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build and upload to IPFS | |
run: | | |
npm install | |
npx @dappnode/dappnodesdk build \ | |
--provider "remote" \ | |
--verbose | tee build.log | |
echo "DNP (DAppNode Package) built and uploaded" >> $GITHUB_STEP_SUMMARY | |
grep "ipfs" build.log >> $GITHUB_STEP_SUMMARY |