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 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"