Skip to content

Commit

Permalink
fix typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xalcon committed Sep 26, 2024
1 parent 95f98e8 commit 99f7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 99f7a11

Please sign in to comment.