File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 # Step 5: Compress to zip
3838 - name : Compress to zip
3939 run : |
40- cd D: \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\XMLPatch\bin\Release\net8.0\win-x64\publish\
40+ cd \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\XMLPatch\bin\Release\net8.0\win-x64\publish\
4141 Get-ChildItem -Path . -Recurse | Select-Object FullName, Length, LastWriteTime
42- cd D: \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\XMLDiff\bin\Release\net8.0\win-x64\publish\
42+ cd \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\XMLDiff\bin\Release\net8.0\win-x64\publish\
4343 Get-ChildItem -Path . -Recurse | Select-Object FullName, Length, LastWriteTime
44- cd .D: \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\
44+ cd \a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\
4545 mkdir -p XMLDiffAndPatch
4646 cp -r XMLPatch\bin\Release\net8.0\win-x64\publish\XMLPatch.exe XMLDiffAndPatch
4747 cp -r XMLDiff\bin\Release\net8.0\win-x64\publish\XMLDiff.exe XMLDiffAndPatch
You can’t perform that action at this time.
0 commit comments