From 3de967fbc0af96d582ef4901ea909360d4da9871 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Thu, 20 Oct 2022 22:57:26 -0400 Subject: [PATCH] Got zip args mixed up --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index c46c3ff7..b92fc36e 100644 --- a/.cirrus.yml +++ b/.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