File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 - name : Run Ubuntu Build Script
5959 if : ${{ inputs.os_target == 'ubuntu' }}
6060 run : |
61- echo -e "2\ny\ny\ny\ny\ny" | ./build_adventurecoin_ubuntu .sh
61+ echo -e "2\ny\ny\ny\ny\ny" | ./build_aegisum_ubuntu .sh
6262
6363 # macOS specific steps
6464 - name : Uninstall Protobuf (macOS clean slate)
@@ -78,13 +78,13 @@ jobs:
7878 CPPFLAGS : " -I${{ github.workspace }}/local/protobuf-3.6.1/include"
7979 PROTOC : " ${{ github.workspace }}/local/protobuf-3.6.1/bin/protoc"
8080 run : |
81- echo -e "2\ny\ny" | ./build_adventurecoin_mac .sh
81+ echo -e "2\ny\ny" | ./build_aegisum_mac .sh
8282
8383 - name : Upload to GitHub Release
8484 uses : softprops/action-gh-release@v1
8585 with :
8686 tag_name : ${{ env.TAG_NAME }}
87- name : AdventureCoin ${{ env.TAG_NAME }}
87+ name : Aegisum ${{ env.TAG_NAME }}
8888 generate_release_notes : true
8989 files : |
9090 ./compiled_wallets/*
You can’t perform that action at this time.
0 commit comments