CI: SDL binary path

This commit is contained in:
cypress 2024-06-16 06:38:27 -07:00 committed by GitHub
parent 80d412b663
commit a34fb0ae6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,40 +167,40 @@ unzip -q ../pc-nzp-win32.zip -d $PWD
unzip -q ../pc-nzp-win64.zip -d $PWD unzip -q ../pc-nzp-win64.zip -d $PWD
echo $BUILD_STRING > assets/nzp/version.txt echo $BUILD_STRING > assets/nzp/version.txt
cp assets/nzp/version.txt ../out/build-version.txt cp assets/nzp/version.txt ../out/build-version.txt
mv nzportable32 assets/ mv nzportable32-sdl assets/
cd assets cd assets
zip -q -r ../nzportable-linux32.zip ./* zip -q -r ../nzportable-linux32.zip ./*
rm nzportable32 rm nzportable32-sdl
cd ../ cd ../
mv nzportable-linux32.zip ../out/ mv nzportable-linux32.zip ../out/
mv nzportable64 assets/ mv nzportable64-sdl assets/
cd assets cd assets
zip -q -r ../nzportable-linux64.zip ./* zip -q -r ../nzportable-linux64.zip ./*
rm nzportable64 rm nzportable64-sdl
cd ../ cd ../
mv nzportable-linux64.zip ../out/ mv nzportable-linux64.zip ../out/
mv nzportablearm64 assets/ mv nzportablearm64-sdl assets/
cd assets cd assets
zip -q -r ../nzportable-linuxarm64.zip ./* zip -q -r ../nzportable-linuxarm64.zip ./*
rm nzportablearm64 rm nzportablearm64-sdl
cd ../ cd ../
mv nzportable-linuxarm64.zip ../out/ mv nzportable-linuxarm64.zip ../out/
mv nzportablearmhf assets/ mv nzportablearmhf-sdl assets/
cd assets cd assets
zip -q -r ../nzportable-linuxarmhf.zip ./* zip -q -r ../nzportable-linuxarmhf.zip ./*
rm nzportablearmhf rm nzportablearmhf-sdl
cd ../ cd ../
mv nzportable-linuxarmhf.zip ../out/ mv nzportable-linuxarmhf.zip ../out/
mv nzportable.exe assets/ mv nzportable-sdl.exe assets/
cd assets cd assets
zip -q -r ../nzportable-win32.zip ./* zip -q -r ../nzportable-win32.zip ./*
rm nzportable.exe rm nzportable-sdl.exe
cd ../ cd ../
mv nzportable-win32.zip ../out/ mv nzportable-win32.zip ../out/
mv nzportable64.exe assets/ mv nzportable-sdl64.exe assets/
cd assets cd assets
zip -q -r ../nzportable-win64.zip ./* zip -q -r ../nzportable-win64.zip ./*
rm nzportable64.exe rm nzportable-sdl64.exe
cd ../ cd ../
mv nzportable-win64.zip ../out/ mv nzportable-win64.zip ../out/
cd ../ cd ../