Fixed CI/CD
This commit is contained in:
parent
35cb704bc2
commit
8d45f19a16
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
image: alpine
|
||||
commands:
|
||||
- apk add zip
|
||||
- zip -r Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip . -x '*.git'
|
||||
- zip -r Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip . -x '*.git*'
|
||||
when:
|
||||
- event: tag
|
||||
- name: "Create release"
|
||||
|
|
Loading…
Reference in a new issue