Browse Source

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

pull/2/head
fgsfds 1 year ago
parent
commit
080b9b30a1
  1. 4
      scripts/gha/build_nswitch.sh

4
scripts/gha/build_nswitch.sh

@ -15,4 +15,6 @@ docker run --name xash-build --rm -v `pwd`:`pwd` -w `pwd` devkitpro/devkita64:la @@ -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…
Cancel
Save