Skip to content

Commit

Permalink
asset group names
Browse files Browse the repository at this point in the history
  • Loading branch information
mbround18 committed Jul 7, 2022
1 parent e3949c1 commit e7a0570
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ setup() {
}

downloadBinary() {
echo "::group::Download ${name}"
OWNER="$1"
REPOSITORY="$2"
NAME="$3"
Expand All @@ -20,6 +21,7 @@ downloadBinary() {
echo "Making ${NAME} executable..."
chmod +x "${BIN_PATH}"
echo "${NAME} setup complete..."
echo "::endgroup::"
}

getLatestVersion() {
Expand All @@ -34,6 +36,7 @@ getLatestVersion() {
}

downloadAsset() {
echo "::group::Download ${name}"
OWNER="$1"
REPOSITORY="$2"
NAME="$3"
Expand Down Expand Up @@ -70,4 +73,5 @@ downloadAsset() {
echo "Making ${NAME} executable..."
chmod +x "${BINARY_PATH}"
echo "${NAME} setup complete..."
echo "::endgroup::"
}

0 comments on commit e7a0570

Please sign in to comment.