Skip to content

Commit

Permalink
feat: revert lark notify
Browse files Browse the repository at this point in the history
  • Loading branch information
hz002 committed Nov 11, 2024
1 parent 74f8d46 commit 5aa30ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ if [ -z $NO_UPLOAD ]; then
if [ ! -z $notify_lark ]; then
echo "[pack] update latest link...";

# node ./scripts/notify-lark.js "$DOWNLOAD_URL" "$target_md5_value"
# node ./scripts/notify-lark.js "$DOWNLOAD_URL_MV2" "$target_md5_value_mv2"
node ./scripts/notify-lark.js "$DOWNLOAD_URL" "$target_md5_value"
node ./scripts/notify-lark.js "$DOWNLOAD_URL_MV2" "$target_md5_value_mv2"
else
echo "[pack] skip notify.";
fi
Expand Down

0 comments on commit 5aa30ec

Please sign in to comment.