Skip to content

Commit 7ac822f

Browse files
committed
fix: fix deploy again
1 parent 00a7388 commit 7ac822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "Local: ${LOCAL_DIR}"
4545
4646
mkdir -p ${LOCAL_DIR}
47-
wget --max-redirect=10 -O ${LOCAL_DIR}/dist.zip $url
47+
wget --max-redirect=10 -O ${LOCAL_DIR}/dist.zip ${TARGET_ZIP}
4848
unzip ${LOCAL_DIR}/dist.zip -d ${LOCAL_DIR}
4949
rm ${LOCAL_DIR}/dist.zip
5050
done

0 commit comments

Comments
 (0)