[Idea]: Folia support for OpenInv #196

Closed
reabuc wants to merge 137 commits from master into master
15 changed files with 248 additions and 67 deletions
Showing only changes of commit 2b563e0e1b - Show all commits

View File

@@ -23,12 +23,6 @@ jobs:
version: ${{ github.event.release.id }}
file: OpenInv.jar
- name: Convert to HTML
id: convert_to_html
uses: lifepal/markdown-to-html@v1.2
with:
text: ${{ github.event.release.body }}
- name: Create CurseForge Release
uses: itsmeow/curseforge-upload@v3
with:
@@ -36,7 +30,7 @@ jobs:
project_id: 31432
game_endpoint: minecraft
file_path: ./OpenInv.jar
changelog: ${{ steps.convert_to_html.outputs.html }}
changelog: ${{ github.event.release.body }}
display_name: ${{ github.event.release.name }}
game_versions: ${{ env.CURSEFORGE_MINECRAFT_VERSIONS }}
release_type: release