Skip to content

Commit 569c932

Browse files
Update build.yml
1 parent 031958e commit 569c932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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/*

0 commit comments

Comments
 (0)