[GHA] correct aws s3 command

This commit is contained in:
aboyko
2024-11-06 23:18:19 -05:00
parent 22dc128022
commit 3b5d081f4d

View File

@@ -18,5 +18,5 @@ for (( i=wait_time; i<timeout; i+=wait_time )) ; {
break
fi
}
aws mv s3://$AWS_S3_BUCKET/exes-signed/$id.exe $out_file
aws s3 mv s3://$AWS_S3_BUCKET/exes-signed/$id.exe $out_file