Skip to content

Commit c5e0976

Browse files
authored
Merge pull request #171 from rancherlabs/mirrored
install-slsactl: Drop additional files from worktree
2 parents 3cf520c + 74863d2 commit c5e0976

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

actions/install-slsactl/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ runs:
7979
echo "Installing ${FILE}"
8080
curl -LO "https://${REPO}/releases/download/${VERSION}/${FILE}"
8181
grep "${FILE}" "slsactl_${VERSION#v}_checksums.txt" | sha256sum -c
82-
tar -xf "${FILE}"
83-
84-
chmod +x "${FILE}"
82+
tar -xf "${FILE}" slsactl
8583
else
8684
echo 'Version is not "latest" nor starts with "v". Fallback to go install with commit ID.'
8785
GOBIN=$(pwd) go install "github.com/rancherlabs/slsactl@${VERSION}"

0 commit comments

Comments
 (0)