ci: Fixing wrong path again
This commit is contained in:
parent
45d6d80143
commit
699e34e303
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ build-job:
|
|||
- apk add --update zip
|
||||
script:
|
||||
- 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 khanat-tools/*
|
||||
- mv khanat_tools_v$ADDON_VERSION.zip khanat-tools
|
||||
- ls
|
||||
- ls khanat-tools
|
||||
|
|
Loading…
Reference in a new issue