ci: Fixing wrong path for artifact

This commit is contained in:
yannk 2023-03-08 20:27:13 +01:00
parent 4b11e52029
commit 3cb72241df

View file

@ -16,7 +16,6 @@ build-job:
script: script:
- echo "Zipping the plugin in its v$ADDON_VERSION…" - 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
artifacts: artifacts:
paths: paths:
- khanat_tools_v$ADDON_VERSION.zip - khanat_tools_v$ADDON_VERSION.zip