diff --git a/.woodpecker.yaml b/.woodpecker.yaml index fb089b9..d1e8c8f 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -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"