Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Dec 5, 2024
1 parent 7803d9f commit 31f584d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ do
DOWNLOAD_URL="$(jq -r .url <<< "$TAG_INFO")"
TAG="$(jq -r .branch <<< "$TAG_INFO" | sed 's/^v//')"
cd "${WORK_DIR}"
mkdir -p "${TAG}"
cd "${TAG}"
mkdir -p "public/${TAG}"
cd "public/${TAG}"
curl -H "Authorization: Bearer ${CI_PAGES_TOKEN}" -LfsSo artifacts.zip "${DOWNLOAD_URL}"
unzip -o -d public artifacts.zip
rm artifacts.zip
Expand Down

0 comments on commit 31f584d

Please sign in to comment.