ci: Fixing wrong path again
This commit is contained in:
parent
43676b3505
commit
2175ded319
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ 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/*
|
||||||
|
- ls
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ../khanat_tools_v$ADDON_VERSION.zip
|
- ../khanat_tools_v$ADDON_VERSION.zip
|
||||||
|
|
Loading…
Reference in a new issue