One more time for the unzip

This commit is contained in:
Joseph Donofry 2022-10-21 00:42:59 -04:00
parent 3535760163
commit e184f6372d
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -21,6 +21,8 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then
# so move it to the right place for the rest of the process. # so move it to the right place for the rest of the process.
( cd build || exit ( cd build || exit
unzip nheko.zip unzip nheko.zip
mv build/nheko.app .
rm -rf build
) )
fi fi