mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 12:08:50 +03:00
Got zip args mixed up
This commit is contained in:
parent
5ca177b92f
commit
3de967fbc0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ task:
|
||||||
- cmake --build build
|
- 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)
|
- (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_script:
|
||||||
- zip -r build/nheko.app build/nheko.zip
|
- zip -r build/nheko.zip build/nheko.app
|
||||||
gitlab_script:
|
gitlab_script:
|
||||||
- curl -X POST
|
- curl -X POST
|
||||||
--fail
|
--fail
|
||||||
|
|
Loading…
Reference in a new issue