scripts: gha: include activities.txt on win32 continious builds
This commit is contained in:
parent
060835cf2f
commit
efdf9e3599
1 changed files with 3 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue