Skip to content

Commit 99f7a11

Browse files
committed
fix typo in build.yml
1 parent 95f98e8 commit 99f7a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: ncipollo/release-action@v1
8080
with:
8181
name: "Torchmaster ${{ steps.gradle_build.outputs.artifact_version }} MC${{ steps.gradle_build.outputs.artifact_full_path_fabric }}"
82-
bodyFile: "changelog.md"
82+
bodyFile: "CHANGELOG.md"
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
artifacts: "${{ steps.gradle_build.outputs.artifact_full_path_fabric }},${{ steps.gradle_build.outputs.artifact_full_path_neoforge }},release-info.json"
8585
tag: "mc${{ steps.gradle_build.outputs.minecraft_version }}-${{ steps.gradle_build.outputs.artifact_version }}"

0 commit comments

Comments
 (0)