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