aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-03 22:36:54 +0100
committergingerBill <bill@gingerbill.org>2024-06-03 22:36:54 +0100
commit5b5106baee1ff76f8dfca28bc77ed0dfafeb4e53 (patch)
tree0d53c03fb58c8251c9c9b633e542430c439016ba /ci
parent4dac577caaafcee45695baf057795666ace7f431 (diff)
Try updating nightly stuff
Diffstat (limited to 'ci')
-rwxr-xr-xci/upload_create_nightly.sh2
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"