From 99f7a112bd42e5673500856a7e78a8e599a6ef0f Mon Sep 17 00:00:00 2001 From: Xalcon Date: Thu, 26 Sep 2024 11:19:04 +0200 Subject: [PATCH] fix typo in build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d49073..3c31908 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: "Torchmaster ${{ steps.gradle_build.outputs.artifact_version }} MC${{ steps.gradle_build.outputs.artifact_full_path_fabric }}" - bodyFile: "changelog.md" + bodyFile: "CHANGELOG.md" token: ${{ secrets.GITHUB_TOKEN }} artifacts: "${{ steps.gradle_build.outputs.artifact_full_path_fabric }},${{ steps.gradle_build.outputs.artifact_full_path_neoforge }},release-info.json" tag: "mc${{ steps.gradle_build.outputs.minecraft_version }}-${{ steps.gradle_build.outputs.artifact_version }}" \ No newline at end of file