chore: update TARGET URL for downloading client binary
This commit is contained in:
parent
4d377fad97
commit
88893ca08c
@ -61,7 +61,7 @@ DOWNLOAD_URL_PREFIX="${DRONE_SSH_RELEASE_URL}/v${DRONE_SSH_VERSION}"
|
||||
CLIENT_BINARY="drone-ssh-${DRONE_SSH_VERSION}-${CLIENT_PLATFORM}-${CLIENT_ARCH}"
|
||||
TARGET="${GITHUB_ACTION_PATH}/${CLIENT_BINARY}"
|
||||
URL="https://git.dsvision.net/suyiiyii/ssh-action/raw/branch/master/drone-ssh-1.7.6-linux-amd64"
|
||||
echo "Will download ${CLIENT_BINARY} from ${DOWNLOAD_URL_PREFIX}"
|
||||
echo "Will download ${CLIENT_BINARY} from ${URL}"
|
||||
curl -fL --retry 3 --keepalive-time 2 "${URL}" -o ${TARGET}
|
||||
chmod +x ${TARGET}
|
||||
sh -c "${TARGET} $*"
|
||||
|
Loading…
Reference in New Issue
Block a user