From efdf9e359982cccbe9a20d6c5e5260ede35acdd4 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 30 May 2022 02:35:06 +0300 Subject: [PATCH] scripts: gha: include activities.txt on win32 continious builds --- scripts/gha/build_win32.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/gha/build_win32.sh b/scripts/gha/build_win32.sh index 4676458f..e52f6ddf 100755 --- a/scripts/gha/build_win32.sh +++ b/scripts/gha/build_win32.sh @@ -28,4 +28,6 @@ mkdir valve/ python3 scripts/makepak.py xash-extras/ valve/extras.pak mkdir -p artifacts/ -7z a -t7z artifacts/xash3d-fwgs-win32-$ARCH.7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on *.dll *.exe *.pdb valve/ +7z a -t7z artifacts/xash3d-fwgs-win32-$ARCH.7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on \ + *.dll *.exe *.pdb activities.txt \ + valve/