From aef6f2906f64e74e1bf1b32c7e0286f63a4a4dc0 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jul 2024 15:14:30 +0200 Subject: [PATCH] Attempted CI/CD Fix --- .woodpecker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 69d5195..bb66a76 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -16,8 +16,9 @@ steps: image: woodpeckerci/plugin-release settings: files: - - 'Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip' + - 'Flow.Launcher.Plugin.OSRSSearch*' api_key: from_secret: ACCESS_TOKEN + base-url: 'https://git.lrsb.nl' when: - event: tag \ No newline at end of file