Use the correct path during upload

This commit is contained in:
Mikkel Hjortshoej
2020-04-15 19:49:37 +02:00
parent 9170c875e1
commit 802a776330

View File

@@ -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"
b2 upload-file --noProgress "$bucket" "output/$filename" "$filename"