Fixed CI/CD

This commit is contained in:
Lars 2024-07-05 14:50:34 +02:00
parent 35cb704bc2
commit 8d45f19a16

View file

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