From 977094b2efbdb8a90451fdf98b4d2ac9e69fa619 Mon Sep 17 00:00:00 2001 From: budougumi0617 Date: Fri, 20 Sep 2024 22:42:30 +0900 Subject: [PATCH] fix: change asset path --- script.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script.sh b/script.sh index 9b9352f..e3302b3 100755 --- a/script.sh +++ b/script.sh @@ -7,7 +7,7 @@ PATH="${TEMP_PATH}:$PATH" echo '::group:: Installing gigi ... https://github.com/budougumi0617/gigi' echo "info: $(curl -Ls https://api.github.com/repos/budougumi0617/gigi/releases/latest | grep html_url.*tag)" -curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/gigi/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" -o gigi.tar.gz && tar -zxvf gigi.tar.gz -C "${TEMP_PATH}" && rm gigi.tar.gz +curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/gigi/releases/latest | grep -o -E "https://.+?_linux_amd64.tar.gz")" -o gigi.tar.gz && tar -zxvf gigi.tar.gz -C "${TEMP_PATH}" && rm gigi.tar.gz echo '::endgroup::' export GIGI_GITHUB_TOKEN="${INPUT_GITHUB_TOKEN}" @@ -19,4 +19,5 @@ echo '::group:: Running gigi ...' gigi status=$? echo '::endgroup::' -exit $status \ No newline at end of file +exit $status +