ci: nswitch: do not put the pkgtemp folder into the .7z

This commit is contained in:
fgsfds 2023-02-07 20:45:42 +01:00
parent 749ac5ed54
commit 080b9b30a1
1 changed files with 3 additions and 1 deletions

View File

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