1 Commits

Author SHA1 Message Date
af1c509257 ci: 修复 cp 错误
Some checks failed
Release / build (push) Failing after 1m38s
2026-04-12 03:21:55 +08:00

View File

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