Skip to content

Commit 3b5d081

Browse files
committed
[GHA] correct aws s3 command
1 parent 22dc128 commit 3b5d081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/sign-exe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ for (( i=wait_time; i<timeout; i+=wait_time )) ; {
1818
break
1919
fi
2020
}
21-
aws mv s3://$AWS_S3_BUCKET/exes-signed/$id.exe $out_file
21+
aws s3 mv s3://$AWS_S3_BUCKET/exes-signed/$id.exe $out_file
2222

0 commit comments

Comments
 (0)