mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
One more time for the unzip
This commit is contained in:
parent
3535760163
commit
e184f6372d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue