Complete nightly scripts update to new b2 cli version

This commit is contained in:
Jeroen van Rijn
2024-06-04 11:26:57 +02:00
parent f745a1c470
commit 303d86ab7e
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ else
7z a -bd "output/$filename" -r "$artifact"
fi
b2 upload-file "$bucket" "output/$filename" "nightly/$filename"
b2 file upload "$bucket" "output/$filename" "nightly/$filename"