diff options
| -rw-r--r-- | ci/upload-create-nightly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/upload-create-nightly.sh b/ci/upload-create-nightly.sh index 763123646..754b9b87c 100644 --- a/ci/upload-create-nightly.sh +++ b/ci/upload-create-nightly.sh @@ -2,7 +2,7 @@ bucket=$1 platform=$2 -artifact=$2 +artifact=$3 now=$(date +'%Y-%m-%d') filename="odin-$platform-nightly+$now.zip" |