ci: nswitch: fix artifact packaging

This commit is contained in:
fgsfds 2023-02-07 20:35:24 +01:00
parent 07922c0239
commit 6c8b9af6bb
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -33,11 +33,12 @@ echo "Building engine..."
echo "Building HLSDK..."
# TODO: replace with FWGS/hlsdk-portable.git when PRs are merged
cd hlsdk-xash3d || die
# TODO: replace with hlsdk-portable when PRs are merged
pushd hlsdk-xash3d
build_hlsdk hl valve
build_hlsdk opfor gearbox
build_hlsdk bshift bshift
popd
echo "Copying artifacts..."