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 22dc128 commit 3b5d081Copy full SHA for 3b5d081
.github/scripts/sign-exe.sh
@@ -18,5 +18,5 @@ for (( i=wait_time; i<timeout; i+=wait_time )) ; {
18
break
19
fi
20
}
21
-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
22
0 commit comments