scripts: gha: include activities.txt on win32 continious builds

This commit is contained in:
Alibek Omarov 2022-05-30 02:35:06 +03:00
parent 060835cf2f
commit efdf9e3599
1 changed files with 3 additions and 1 deletions

View File

@ -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/