Skip to content

Commit

Permalink
Fix windows artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-1amstudios committed Apr 13, 2021
1 parent 707d1ee commit a76d5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSDL2=ON "-DSDL2_ROOT_DIR=$($E
cmake --build build --config RelWithDebInfo

# package artifact
7z a windows-$Env:MATRIX_PLATFORM.zip build\dethrace.exe build/dethrace.pdb $Env:TEMP\SDL2-2.0.12\lib\$sdl_path\SDL2.dll
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 comments on commit a76d5c7

Please sign in to comment.