ci: 修复 cp 错误
Some checks failed
Release / build (push) Failing after 1m38s

This commit is contained in:
2026-04-12 03:21:55 +08:00
parent 9b1c8b5566
commit af1c509257

View File

@@ -16,6 +16,7 @@ jobs:
- name: Checkout
run: |
apk add git bash
rm -rf /tmp/hxclaw
git clone https://hub.gaomia.site/titor/hxclaw.git /tmp/hxclaw
cp -r /tmp/hxclaw/* /tmp/
cp -r /tmp/hxclaw/.* /tmp/ 2>/dev/null || true