ci: Fix typo on Variable
This commit is contained in:
parent
c4a7838424
commit
fb5c176418
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue