ci: 修复 cp 错误
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user