Got zip args mixed up

cirrus_ci_apple_silicon
Joseph Donofry 2 years ago
parent 5ca177b92f
commit 3de967fbc0
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .cirrus.yml

@ -28,7 +28,7 @@ task:
- cmake --build build
- (cd build && git clone https://github.com/Nheko-Reborn/qt-jdenticon.git && cd qt-jdenticon && qmake && make -j 4 && cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS)
zip_script:
- zip -r build/nheko.app build/nheko.zip
- zip -r build/nheko.zip build/nheko.app
gitlab_script:
- curl -X POST
--fail

Loading…
Cancel
Save