Skip to content

Commit

Permalink
Copy needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Jan 14, 2024
1 parent 819ad62 commit 31830c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ jobs:
cp build\bspguy.exe build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libgcc_s_seh-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libwinpthread-1.dll build\win64_cmake_release\
cp $MINGW_PREFIX\bin\libstdc++-6.dll build\win64_cmake_release\
cp glew\bin\Release\x64\glew32.dll build\win64_cmake_release\
xcopy /I /E /Y "resources\*" "build\win64_cmake_release\"
Compress-Archive -Path "build\win64_cmake_release\*" -DestinationPath "build\newbspguy_win7_x64_gcc_release.zip"
Expand Down

0 comments on commit 31830c7

Please sign in to comment.