File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 github-assets-uploader -logtostderr -f build/bin/bor-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5 -mediatype text/plain -repo ${GITHUB_REPOSITORY} -token ${{ secrets.GITHUB_TOKEN }} -tag=$(basename ${GITHUB_REF}) -releasename="" -retry 3
2323 - name : Build bootnode
2424 run : |
25- cd cmd/bootnode && /opt/go/1.19.5/bin/go build
25+ cd cmd/bootnode && /opt/go/1.19.5/bin/go build -o bootnode
2626 tar -czvf bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz bootnode
2727 echo $(md5sum bootnode | awk '{print $1}') > bootnode-$(basename ${GITHUB_REF})-linux-arm64.tar.gz.md5
2828 - name : Upload bootnode to release page
5858 ${ASSETS_UPLOADER_DIR}/github-assets-uploader -logtostderr -f build/bin/bor-$(basename ${GITHUB_REF})-linux-amd64.tar.gz.md5 -mediatype text/plain -repo ${GITHUB_REPOSITORY} -token ${{ secrets.GITHUB_TOKEN }} -tag=$(basename ${GITHUB_REF}) -releasename="" -retry 3
5959 - name : Build bootnode
6060 run : |
61- cd cmd/bootnode && go build
61+ cd cmd/bootnode && go build -o bootnode
6262 tar -czvf bootnode-$(basename ${GITHUB_REF})-linux-amd64.tar.gz bootnode
6363 echo $(md5sum bootnode | awk '{print $1}') > bootnode-$(basename ${GITHUB_REF})-linux-amd64.tar.gz.md5
6464 - name : Upload bootnode to release page
You can’t perform that action at this time.
0 commit comments