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 image: alpine
commands: commands:
- apk add zip - 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: when:
- event: tag - event: tag
- name: "Create release" - name: "Create release"