We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f98e8 commit 99f7a11Copy full SHA for 99f7a11
.github/workflows/build.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: ncipollo/release-action@v1
80
with:
81
name: "Torchmaster ${{ steps.gradle_build.outputs.artifact_version }} MC${{ steps.gradle_build.outputs.artifact_full_path_fabric }}"
82
- bodyFile: "changelog.md"
+ bodyFile: "CHANGELOG.md"
83
token: ${{ secrets.GITHUB_TOKEN }}
84
artifacts: "${{ steps.gradle_build.outputs.artifact_full_path_fabric }},${{ steps.gradle_build.outputs.artifact_full_path_neoforge }},release-info.json"
85
tag: "mc${{ steps.gradle_build.outputs.minecraft_version }}-${{ steps.gradle_build.outputs.artifact_version }}"
0 commit comments