ci: Fixing wrong path for artifact
This commit is contained in:
parent
4b11e52029
commit
3cb72241df
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue