diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-03 22:44:12 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-03 22:44:12 +0100 |
| commit | dc6a8e5ffbf86cd41b526d443be7a7f0a042b802 (patch) | |
| tree | 68cbe93ac6fdfe99362e31bdbdf9d9eb3991c25d /.github | |
| parent | 5b5106baee1ff76f8dfca28bc77ed0dfafeb4e53 (diff) | |
Fix typo
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
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 |