From f367b73b0d64472ce2f2fbcc485896d6af0c6fc0 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Fri, 23 Jun 2023 22:55:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6=20fixed=20cf=20workflow=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-to-curseforge.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-curseforge.yaml b/.github/workflows/publish-to-curseforge.yaml index 5b253aa..e784ede 100644 --- a/.github/workflows/publish-to-curseforge.yaml +++ b/.github/workflows/publish-to-curseforge.yaml @@ -24,7 +24,8 @@ jobs: curseforge-id: 877136 curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }} - files: *.jar + files: | + *.jar name: "" version: 1.18.2-${{ env.RELEASE_VERSION }}