mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo in upload-create-nightly.sh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
bucket=$1
|
bucket=$1
|
||||||
platform=$2
|
platform=$2
|
||||||
artifact=$2
|
artifact=$3
|
||||||
|
|
||||||
now=$(date +'%Y-%m-%d')
|
now=$(date +'%Y-%m-%d')
|
||||||
filename="odin-$platform-nightly+$now.zip"
|
filename="odin-$platform-nightly+$now.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user