Merge fix/ci-explicit-product-name: avoid CI image/cache collisions
All checks were successful
dev release / build (push) Successful in 2m17s

This commit is contained in:
Breadway 2026-08-05 13:38:09 +08:00
commit fde2c7571d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
cd5da468b3782fddcb52b4eaff0755ff933524be 620c5a1317a6b57276eabca961facdb78bf510db

View file

@ -18,4 +18,4 @@ if [ ! -d "$CACHE_DIR" ]; then
git -C "$CACHE_DIR" checkout --quiet "$REV" git -C "$CACHE_DIR" checkout --quiet "$REV"
fi fi
bash "${CACHE_DIR}/ci/build.sh" "$ROOT" "$@" bash "${CACHE_DIR}/ci/build.sh" breadpad "$ROOT" "$@"