mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-22 13:05:33 -04:00
Try updating nightly stuff
This commit is contained in:
1 parent
4dac577caa
commit
5b5106baee
2 files changed
+2
-2
No files matched your search
@@ -189,7 +189,7 @@ jobs:
|
||||
DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
|
||||
run: |
|
||||
echo Authorizing B2 account
|
||||
b2 authorize-account "$APPID" "$APPKEY"
|
||||
b2 acount authorize "$APPID" "$APPKEY"
|
||||
|
||||
echo Uploading artifcates to B2
|
||||
chmod +x ./ci/upload_create_nightly.sh
|
||||
|
||||
@@ -22,4 +22,4 @@ else
|
||||
7z a -bd "output/$filename" -r "$artifact"
|
||||
fi
|
||||
|
||||
b2 upload-file --noProgress "$bucket" "output/$filename" "nightly/$filename"
|
||||
b2 upload-file "$bucket" "output/$filename" "nightly/$filename"
|
||||
Reference in new issue
Block a user