File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111111 move msvc\${{ env.buildRelease }}\demoplayer.dll publish\bin\win32\demoplayer.dll
112112 move msvc\${{ env.buildRelease }}\filesystem_stdio.dll publish\bin\win32\filesystem_stdio.dll
113113 move msvc\${{ env.buildRelease }}\director.dll publish\bin\win32\valve\dlls\director.dll
114+ move rehlds\lib\steam_api.dll publish\bin\win32\steam_api.dll
114115 move msvc\${{ env.buildRelease }}\hlds.pdb publish\debug\hlds.pdb
115116 move msvc\${{ env.buildRelease }}\hltv.pdb publish\debug\hltv.pdb
116117 move msvc\${{ env.buildRelease }}\swds.pdb publish\debug\swds.pdb
@@ -334,6 +335,7 @@ jobs:
334335 mkdir -p publish/bin/linux32/valve/dlls
335336
336337 mv build/rehlds/engine_i486.so publish/bin/linux32/engine_i486.so
338+ mv rehlds/lib/linux32/libsteam_api.so publish/bin/linux32/libsteam_api.so
337339 mv rehlds/version/appversion.h publish/appversion.h
338340 mv build/rehlds/dedicated/hlds_linux publish/bin/linux32/hlds_linux
339341 mv build/rehlds/HLTV/Console/hltv publish/bin/linux32/hltv
You can’t perform that action at this time.
0 commit comments