From 11158091e97daf92f6e8b3b008a0f4573c9f9e0a Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Fri, 24 Nov 2023 17:17:15 +0100 Subject: [PATCH] fix woodpecker ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 673ef09..83e228f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -38,7 +38,7 @@ steps: settings: base_url: https://git.snaile.de files: - - "${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz" + - "$${CI_REPO_NAME}-$${CI_COMMIT_TAG}.tar.gz" api_key: from_secret: gitea_release target: main