Skip to content

Commit 2f86392

Browse files
committed
Include steam_api.dll and libsteam_api.so in releases
1 parent 561d267 commit 2f86392

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)