diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/upload_create_nightly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/upload_create_nightly.sh b/ci/upload_create_nightly.sh index 065cb13bf..a4122f1da 100755 --- a/ci/upload_create_nightly.sh +++ b/ci/upload_create_nightly.sh @@ -22,4 +22,4 @@ else 7z a -bd "output/$filename" -r "$artifact" fi -b2 upload-file --noProgress "$bucket" "output/$filename" "nightly/$filename" +b2 upload-file "$bucket" "output/$filename" "nightly/$filename" |