fix(ci): make BM Bossbot asset cleanup idempotent

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-06-09 19:12:13 -05:00
parent 79fcfbce6a
commit 2de19713f6
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git switch --orphan "${asset_branch}"
git rm -rf .
git rm -rf --ignore-unmatch .
mkdir -p "$(dirname "${asset_path}")"
cp "${tmp_asset}" "${asset_path}"
git add "${asset_path}"