aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-03 22:44:12 +0100
committergingerBill <bill@gingerbill.org>2024-06-03 22:44:12 +0100
commitdc6a8e5ffbf86cd41b526d443be7a7f0a042b802 (patch)
tree68cbe93ac6fdfe99362e31bdbdf9d9eb3991c25d /.github
parent5b5106baee1ff76f8dfca28bc77ed0dfafeb4e53 (diff)
Fix typo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index cfd780380..221ab1cdb 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -189,7 +189,7 @@ jobs:
DAYS_TO_KEEP: ${{ secrets.B2_DAYS_TO_KEEP }}
run: |
echo Authorizing B2 account
- b2 acount authorize "$APPID" "$APPKEY"
+ b2 account authorize "$APPID" "$APPKEY"
echo Uploading artifcates to B2
chmod +x ./ci/upload_create_nightly.sh