We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cf520c + 74863d2 commit c5e0976Copy full SHA for c5e0976
actions/install-slsactl/action.yml
@@ -79,9 +79,7 @@ runs:
79
echo "Installing ${FILE}"
80
curl -LO "https://${REPO}/releases/download/${VERSION}/${FILE}"
81
grep "${FILE}" "slsactl_${VERSION#v}_checksums.txt" | sha256sum -c
82
- tar -xf "${FILE}"
83
-
84
- chmod +x "${FILE}"
+ tar -xf "${FILE}" slsactl
85
else
86
echo 'Version is not "latest" nor starts with "v". Fallback to go install with commit ID.'
87
GOBIN=$(pwd) go install "github.com/rancherlabs/slsactl@${VERSION}"
0 commit comments