fix(ci): correctly create temp dir for clustertool bin folder

This commit is contained in:
Kjeld Schouten
2025-04-07 19:59:53 +02:00
parent ea65495300
commit 4dcb2397c9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ jobs:
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
mkdir -p temp
cd temp
# Download the archive
curl -L -o "$FILENAME" "$URL"
+1
View File
@@ -41,6 +41,7 @@ jobs:
FILENAME="clustertool_${VERSION}_linux_amd64.tar.gz"
URL="https://github.com/truecharts/public/releases/download/v${VERSION}/${FILENAME}"
mkdir -p temp
cd temp
# Download the archive
curl -L -o "$FILENAME" "$URL"