Skip to content

Commit 41a4d9e

Browse files
committed
ci: fix directory paths in build-executables.yml for compression step
1 parent e5ef0ea commit 41a4d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-executables.yml

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

0 commit comments

Comments
 (0)