Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit c650858

Browse files
committed
update workflows
1 parent 6add952 commit c650858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Java_CI_with_Maven_and_Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
submodule: false
4444
- name: move to its part
4545
run: |
46-
copy-item -path ".\\ConnectToGitHub" -destination ".\\src\\main\\java\\top\\mryan2005\\managesysteminjava\\ConnectToNet"
46+
copy-item -path ".\\ConnectToGitHub" -destination ".\\src\\main\\java\\top\\mryan2005\\managesysteminjava\\ConnectToNet" -recurse
4747
remove-item ".\\ConnectToGitHub\\*"
4848
- name: Set up JDK ${{ matrix.version }}
4949
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)