mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-19 00:17:11 +01:00
ci: nswitch: do not put the pkgtemp folder into the .7z
This commit is contained in:
parent
749ac5ed54
commit
080b9b30a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user