From 35cb704bc2217f45b59c13e391dd75370f7b17fe Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jul 2024 14:41:30 +0200 Subject: [PATCH] Fixed pipeline --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"