Fixed pipeline
Some checks failed
ci/woodpecker/release/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Lars 2024-07-05 14:41:30 +02:00
parent 7d3b9e68df
commit 35cb704bc2

View file

@ -9,7 +9,7 @@ steps:
image: alpine
commands:
- 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:
- event: tag
- name: "Create release"