ci: nswitch: do not dumb, 00 penalty

This commit is contained in:
fgsfds 2023-02-07 20:52:23 +01:00
parent 080b9b30a1
commit 0ee2fd8a8a
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ docker run --name xash-build --rm -v `pwd`:`pwd` -w `pwd` devkitpro/devkita64:la
echo "Packaging artifacts..."
pushd pkgtemp
7z a -t7z artifacts/xash3d-fwgs-nswitch.7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on -r xash3d/
7z a -t7z ../artifacts/xash3d-fwgs-nswitch.7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on -r xash3d/
popd