Skip to content

Commit

Permalink
build: try fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Jul 31, 2024
1 parent eb7055a commit 9849b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ -z $NO_UPLOAD ]; then
aws s3 cp $QUIET_PARASM $project_dir/tmp/ s3://$RABBY_BUILD_BUCKET/rabby/autobuild/RabbyDebug-$CURRENT_TIME --recursive --exclude="*" --include "*.zip" --acl public-read
echo "[pack] uploaded. DOWNLOAD_URL is $DOWNLOAD_URL";

if [ "$notify_lark" === "true" ]; then
if [[ "$notify_lark" === "true" ]]; then
echo "[pack] update latest link...";
node ./scripts/notify-lark.js "$DOWNLOAD_URL"
else
Expand Down

0 comments on commit 9849b01

Please sign in to comment.