From 080b9b30a16ba5d4bb43bea22e7d3fbd621dc306 Mon Sep 17 00:00:00 2001 From: fgsfds Date: Tue, 7 Feb 2023 20:45:42 +0100 Subject: [PATCH] ci: nswitch: do not put the pkgtemp folder into the .7z --- scripts/gha/build_nswitch.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/gha/build_nswitch.sh b/scripts/gha/build_nswitch.sh index c93532fe..062fd748 100644 --- a/scripts/gha/build_nswitch.sh +++ b/scripts/gha/build_nswitch.sh @@ -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