Skip to content

Commit 0b67994

Browse files
committed
fix: fix deploy
1 parent bc6de12 commit 0b67994

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
BRANCH_NAME=$(echo $branch | sed 's|origin/||')
3939
LOCAL_DIR=$(echo $branch_name | sed 's|build/ver/||')
4040
TARGET_ZIP="${TARGET_URL}/archive/refs/heads/${BRANCH_NAME}.zip"
41+
42+
echo "Branch: ${BRANCH_NAME}"
43+
echo "URL: ${TARGET_ZIP}"
44+
echo "Local: ${LOCAL_DIR}"
45+
4146
mkdir -p ${LOCAL_DIR}
4247
wget --max-redirect=10 -O ${LOCAL_DIR}/dist.zip $url
4348
unzip ${LOCAL_DIR}/dist.zip -d ${LOCAL_DIR}

0 commit comments

Comments
 (0)