mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Upload to nightly path and echo out some info
This commit is contained in:
@@ -7,5 +7,7 @@ artifact=$2
|
|||||||
now=$(date +'%Y-%m-%d')
|
now=$(date +'%Y-%m-%d')
|
||||||
filename="odin-$platform-nightly+$now.zip"
|
filename="odin-$platform-nightly+$now.zip"
|
||||||
|
|
||||||
7z a "output/$filename" -r "$artifact"
|
echo "Creating archive $filename from $artifact and uploading to $bucket"
|
||||||
b2 upload-file --noProgress "$bucket" "output/$filename" "$filename"
|
|
||||||
|
7z a -bd "output/$filename" -r "$artifact"
|
||||||
|
b2 upload-file --noProgress "$bucket" "output/$filename" "nightly/$filename"
|
||||||
Reference in New Issue
Block a user