Skip to content

Commit 5fdc132

Browse files
backport of commit f7c1679 (#27409)
Co-authored-by: Ryan Cragun <[email protected]>
1 parent a2ebcb5 commit 5fdc132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set-up-misspell/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ runs:
5959
mkdir -p tmp
6060
gh release download "$VERSION" -p "misspell_*_${OS}_${ARCH}.tar.gz" -O tmp/misspell.tgz -R golangci/misspell
6161
pushd tmp && tar -xvf misspell.tgz && popd
62-
mv tmp/misspell "$DESTINATION"
62+
mv tmp/misspell_"$(echo "$VERSION" | tr -d v)"_${OS}_${ARCH}/misspell "$DESTINATION"
6363
rm -rf tmp

0 commit comments

Comments
 (0)