File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 # Step 5: Compress to zip
3838 - name : Compress to zip
3939 run : |
40- cd XMLPatch\bin\Release\net8.0\win-x64\
40+ cd D:\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 ..\..\..\..\XMLPatch \bin\Release\net8.0\win-x64\
42+ cd D:\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 ..\..\..\..
44+ cd .D:\a\x4_XMLDiffAndPatch\x4_XMLDiffAndPatch\
4545 mkdir -p XMLDiffAndPatch
46- cp -r XMLPatch\bin\Release\net8.0\win-x64\XMLPatch.exe XMLDiffAndPatch
47- cp -r XMLDiff\bin\Release\net8.0\win-x64\XMLDiff.exe XMLDiffAndPatch
46+ cp -r XMLPatch\bin\Release\net8.0\win-x64\publish\ XMLPatch.exe XMLDiffAndPatch
47+ cp -r XMLDiff\bin\Release\net8.0\win-x64\publish\ XMLDiff.exe XMLDiffAndPatch
4848 7z a -tzip XMLDiffAndPatch.zip XMLDiffAndPatch
4949 shell : powershell
5050
You can’t perform that action at this time.
0 commit comments