From 45d6d80143fd7f385184bcbe7f9fbe5221a95474 Mon Sep 17 00:00:00 2001 From: yannk Date: Wed, 8 Mar 2023 20:37:57 +0100 Subject: [PATCH] ci: Fixing wrong path again --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88ffc22..0731ee3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ build-job: - apk add --update zip script: - echo "Zipping the plugin in its v$ADDON_VERSION…" - - cd .. && zip -9 -r -q khanat_tools_v1.0.0.zip . -i khanat_tools/* + - cd .. && zip -9 -r -q khanat_tools_v1.0.0.zip . -i khanat-tools/* - mv khanat_tools_v$ADDON_VERSION.zip khanat-tools - ls - ls khanat-tools