From f08f645432c6ddb657dbd79986c59cc7b8ab7c00 Mon Sep 17 00:00:00 2001 From: William Petit Date: Sun, 2 Apr 2023 18:01:47 +0200 Subject: [PATCH] chore: fix gitea-release task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af18b51..59570dc 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ gitea-release: tools/yq/bin/yq tools/gitea-release/bin/gitea-release.sh build GITEA_RELEASE_IS_DRAFT="false" \ GITEA_RELEASE_IS_PRERELEASE="true" \ GITEA_RELEASE_BODY="" \ - GITEA_RELEASE_ATTACHMENTS="$(shell find .gitea-release/* -type f)" \ + GITEA_RELEASE_ATTACHMENTS="$$(find .gitea-release/* -type f)" \ tools/gitea-release/bin/gitea-release.sh tools/gitea-release/bin/gitea-release.sh: