Got zip args mixed up

This commit is contained in:
Joseph Donofry 2022-10-20 22:57:26 -04:00
parent 5ca177b92f
commit 3de967fbc0
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

@ -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