File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
- name : Run Ubuntu Build Script
59
59
if : ${{ inputs.os_target == 'ubuntu' }}
60
60
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
62
62
63
63
# macOS specific steps
64
64
- name : Uninstall Protobuf (macOS clean slate)
@@ -78,13 +78,13 @@ jobs:
78
78
CPPFLAGS : " -I${{ github.workspace }}/local/protobuf-3.6.1/include"
79
79
PROTOC : " ${{ github.workspace }}/local/protobuf-3.6.1/bin/protoc"
80
80
run : |
81
- echo -e "2\ny\ny" | ./build_adventurecoin_mac .sh
81
+ echo -e "2\ny\ny" | ./build_aegisum_mac .sh
82
82
83
83
- name : Upload to GitHub Release
84
84
uses : softprops/action-gh-release@v1
85
85
with :
86
86
tag_name : ${{ env.TAG_NAME }}
87
- name : AdventureCoin ${{ env.TAG_NAME }}
87
+ name : Aegisum ${{ env.TAG_NAME }}
88
88
generate_release_notes : true
89
89
files : |
90
90
./compiled_wallets/*
You can’t perform that action at this time.
0 commit comments