From b3a669a64f71d2ec0f2880eb536cdfa698939c76 Mon Sep 17 00:00:00 2001 From: sillyangel Date: Sat, 4 Jan 2025 20:10:13 -0600 Subject: [PATCH] fix syntax error for yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a0fd57c..7c8cd9f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,4 +42,4 @@ jobs: game-versions: |- 1.21.0 1.21.1 - files: build/libs/nuggetmod-${{ github.event.release.tag_name )}.jar \ No newline at end of file + files: build/libs/nuggetmod-${{ github.event.release.tag_name }}.jar \ No newline at end of file