mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Fix typo
This commit is contained in:
@@ -189,7 +189,7 @@ jobs:
|
|||||||
DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
|
DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
|
||||||
run: |
|
run: |
|
||||||
echo Authorizing B2 account
|
echo Authorizing B2 account
|
||||||
b2 acount authorize "$APPID" "$APPKEY"
|
b2 account authorize "$APPID" "$APPKEY"
|
||||||
|
|
||||||
echo Uploading artifcates to B2
|
echo Uploading artifcates to B2
|
||||||
chmod +x ./ci/upload_create_nightly.sh
|
chmod +x ./ci/upload_create_nightly.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user