Skip to content

Commit 3f8ed6b

Browse files
committed
ci: update build-executables.yml to correct paths for compression step and ensure proper file copying
1 parent 6a4e339 commit 3f8ed6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-executables.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)