diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5aff05..a350fdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ build-job: script: - echo "Zipping the plugin in its v$ADDON_VERSION…" - cd .. && zip -9 -r -q khanat_tools_v1.0.0.zip . -i khanat_tools/* - - mv khanat_tools_v$ADDON_VERSION.zip khanat_tools artifacts: paths: - khanat_tools_v$ADDON_VERSION.zip