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: