We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a7388 commit 7ac822fCopy full SHA for 7ac822f
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "Local: ${LOCAL_DIR}"
45
46
mkdir -p ${LOCAL_DIR}
47
- wget --max-redirect=10 -O ${LOCAL_DIR}/dist.zip $url
+ wget --max-redirect=10 -O ${LOCAL_DIR}/dist.zip ${TARGET_ZIP}
48
unzip ${LOCAL_DIR}/dist.zip -d ${LOCAL_DIR}
49
rm ${LOCAL_DIR}/dist.zip
50
done
0 commit comments