Skip to content

Commit

Permalink
Fixed assets generated names
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Sep 29, 2022
1 parent bf9f2de commit 3fafc3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/generate_change_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ main() {
fi
done < ${change_log_file}

LINUX_X86_64_BIN_SUM="$(checksum "$binaries_dir/dummy-blockchain-x86_64-unknown-linux-gnu")"
NAME="dummy-blockchain"
LINUX_X86_64_BIN_SUM="$(checksum "$binaries_dir/$NAME-x86_64-unknown-linux-gnu")"

OUTPUT="$(cat <<-END
## Changelog
${CHANGE_LOG}
## Checksums
|Assets | Checksum (sha256)|
|-|-|
|thegarii-x86_64-unknown-linux-gnu | ${LINUX_X86_64_BIN_SUM}|
|$NAME-x86_64-unknown-linux-gnu | ${LINUX_X86_64_BIN_SUM}|
END
)"

Expand Down

0 comments on commit 3fafc3f

Please sign in to comment.