Remove on:push in nightly.yml

This commit is contained in:
Mikkel Hjortshoej
2020-04-15 20:44:47 +02:00
parent df5626cc1f
commit d0cee15317
2 changed files with 3 additions and 4 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
bucket=$1
platform=$2
artifact=$3
now=$(date +'%Y-%m-%d')
filename="odin-$platform-nightly+$now.zip"
echo "Creating archive $filename from $artifact and uploading to $bucket"
7z a -bd "output/$filename" -r "$artifact"
b2 upload-file --noProgress "$bucket" "output/$filename" "nightly/$filename"