Skip to content

Commit 8b8848f

Browse files
committed
fix: copy not move
1 parent 0190d69 commit 8b8848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cluster-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CLONE_DIR=$(mktemp -d)
3535
git clone --single-branch --depth 1 [email protected]:ocf/cluster.git $CLONE_DIR
3636
37-
mv _out/* $CLONE_DIR
37+
cp -r _out/* $CLONE_DIR
3838
cd $CLONE_DIR
3939
git config --bool core.bare false
4040
git config --bool push.autoSetupRemote true

0 commit comments

Comments
 (0)