One more time for the unzip

cirrus_ci_apple_silicon
Joseph Donofry 2 years ago
parent 3535760163
commit e184f6372d
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/macos/notarize.sh

@ -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…
Cancel
Save