From 802a7763308d6d52236117102bf2012b1fc74ef0 Mon Sep 17 00:00:00 2001 From: Mikkel Hjortshoej Date: Wed, 15 Apr 2020 19:49:37 +0200 Subject: [PATCH] Use the correct path during upload --- ci/upload-create-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/upload-create-nightly.sh b/ci/upload-create-nightly.sh index 0764cf00b..5f702f9c2 100644 --- a/ci/upload-create-nightly.sh +++ b/ci/upload-create-nightly.sh @@ -8,4 +8,4 @@ now=$(date +'%Y-%m-%d') filename="odin-$platform-nightly+$now.zip" 7z a "output/$filename" -r "$artifact" -b2 upload-file "$bucket" "$filename" "$filename" \ No newline at end of file +b2 upload-file --noProgress "$bucket" "output/$filename" "$filename" \ No newline at end of file