fix(ci): correctly create temp dir for clustertool bin folder
This commit is contained in:
@@ -65,6 +65,7 @@ jobs:
|
|||||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||||
|
|
||||||
|
mkdir -p temp
|
||||||
cd temp
|
cd temp
|
||||||
# Download the archive
|
# Download the archive
|
||||||
curl -L -o "$FILENAME" "$URL"
|
curl -L -o "$FILENAME" "$URL"
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ jobs:
|
|||||||
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
|
||||||
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
|
||||||
|
|
||||||
|
mkdir -p temp
|
||||||
cd temp
|
cd temp
|
||||||
# Download the archive
|
# Download the archive
|
||||||
curl -L -o "$FILENAME" "$URL"
|
curl -L -o "$FILENAME" "$URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user