This commit is contained in:
FriwiDev 2021-10-25 12:39:15 +02:00
parent 023086a44d
commit af1cac6c63

View File

@ -45,6 +45,6 @@ fi
if [ ${MACHINE_TYPE} == 'x86_64' ]; then if [ ${MACHINE_TYPE} == 'x86_64' ]; then
cd ../binary_distrib/linux64 cd ../binary_distrib/linux64
else else
cd ../binarey_distrib/linux32 cd ../binary_distrib/linux32
fi fi
tar -czvf ../../binary_distrib.tar.gz * tar -czvf ../../binary_distrib.tar.gz *