ci: Fix typo on Variable

This commit is contained in:
yannk 2023-03-08 19:37:45 +01:00
parent c4a7838424
commit fb5c176418

View file

@ -15,7 +15,7 @@ build-job:
- apk add --update zip - apk add --update zip
script: script:
- echo "Zipping the plugin..." - echo "Zipping the plugin..."
- zip -9 -r -q khanat_tools_v'$ADDON_VERSION'.zip * - zip -9 -r -q khanat_tools_v$ADDON_VERSION.zip *
artifacts: artifacts:
paths: paths:
- '*.zip' - '*.zip'