Skip to content

Commit a76d5c7

Browse files
Fix windows artifact paths
1 parent 707d1ee commit a76d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-windows.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSDL2=ON "-DSDL2_ROOT_DIR=$($E
1616
cmake --build build --config RelWithDebInfo
1717

1818
# package artifact
19-
7z a windows-$Env:MATRIX_PLATFORM.zip build\dethrace.exe build/dethrace.pdb $Env:TEMP\SDL2-2.0.12\lib\$sdl_path\SDL2.dll
19+
7z a windows-$Env:MATRIX_PLATFORM.zip .\build\dethrace.exe .\build\dethrace.pdb $Env:TEMP\SDL2-2.0.12\lib\$sdl_path\SDL2.dll

0 commit comments

Comments
 (0)