Skip to content

Commit e50e11f

Browse files
Merge pull request #8 from budougumi0617/fix/path
fix: update asset url
2 parents c7f0e3f + bebb8d0 commit e50e11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.s
1010
echo '::endgroup::'
1111

1212
echo '::group:: Installing nrseg ... https://github.com/budougumi0617/nrseg'
13-
curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/nrseg/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" -o nrseg.tar.gz && tar -zxvf nrseg.tar.gz -C "${TEMP_PATH}" && rm nrseg.tar.gz
13+
curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/nrseg/releases/latest | grep -o -E "https://.+?_linux_amd64.tar.gz")" -o nrseg.tar.gz && tar -zxvf nrseg.tar.gz -C "${TEMP_PATH}" && rm nrseg.tar.gz
1414
echo '::endgroup::'
1515

1616
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

0 commit comments

Comments
 (0)