From 31830c7b10e963d1720d7b4f7d92f6e4c3f67ee7 Mon Sep 17 00:00:00 2001 From: Unreal Karaulov Date: Sun, 14 Jan 2024 19:10:29 +0300 Subject: [PATCH] Copy needed files --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da334ab0..e9d741d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"