ci: 修复 cp 错误

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

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