Skip to content

Commit 31f584d

Browse files
committed
Fix
1 parent 7803d9f commit 31f584d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generate

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ do
110110
DOWNLOAD_URL="$(jq -r .url <<< "$TAG_INFO")"
111111
TAG="$(jq -r .branch <<< "$TAG_INFO" | sed 's/^v//')"
112112
cd "${WORK_DIR}"
113-
mkdir -p "${TAG}"
114-
cd "${TAG}"
113+
mkdir -p "public/${TAG}"
114+
cd "public/${TAG}"
115115
curl -H "Authorization: Bearer ${CI_PAGES_TOKEN}" -LfsSo artifacts.zip "${DOWNLOAD_URL}"
116116
unzip -o -d public artifacts.zip
117117
rm artifacts.zip

0 commit comments

Comments
 (0)