diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-03 22:36:54 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-03 22:36:54 +0100 |
| commit | 5b5106baee1ff76f8dfca28bc77ed0dfafeb4e53 (patch) | |
| tree | 0d53c03fb58c8251c9c9b633e542430c439016ba /.github | |
| parent | 4dac577caaafcee45695baf057795666ace7f431 (diff) | |
Try updating nightly stuff
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 c9a2c821b..cfd780380 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 authorize-account "$APPID" "$APPKEY" + b2 acount authorize "$APPID" "$APPKEY" echo Uploading artifcates to B2 chmod +x ./ci/upload_create_nightly.sh |