diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 84d01e2..fb089b9 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 '*.zip' + - zip -r Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip . -x '*.git' when: - event: tag - name: "Create release"