From 7a99983875396a2543bea4de00d390c3bb6a1f61 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jul 2024 14:52:59 +0200 Subject: [PATCH] Fixed string escape on cicd --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d1e8c8f..69d5195 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -16,7 +16,7 @@ steps: image: woodpeckerci/plugin-release settings: files: - - Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip + - 'Flow.Launcher.Plugin.OSRSSearch-${CI_COMMIT_TAG}.zip' api_key: from_secret: ACCESS_TOKEN when: