Skip to content

Commit 5fb717b

Browse files
committed
copy instead of move in CI
1 parent d2f6686 commit 5fb717b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win_test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
mkdir build/xml_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
9090
cp -r build/Testing/2*/*.xml build/xml_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}/
91-
mv build/test build/test_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
91+
cp -r build/test build/test_${{ inputs.CTEST_START }}_${{ inputs.CTEST_END }}
9292
continue-on-error: true
9393
- name: Upload test artifacts
9494
if: always()

0 commit comments

Comments
 (0)