[Idea]: Folia support for OpenInv #196

Closed
reabuc wants to merge 137 commits from master into master
9 changed files with 244 additions and 58 deletions
Showing only changes of commit 0e3bdb8741 - Show all commits

View File

@@ -23,6 +23,12 @@ 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:
@@ -30,7 +36,7 @@ jobs:
project_id: 31432
game_endpoint: minecraft
file_path: ./OpenInv.jar
changelog: ${{ github.event.release.body }}
changelog: ${{ steps.convert_to_html.outputs.html }}
display_name: ${{ github.event.release.name }}
game_versions: ${{ env.CURSEFORGE_MINECRAFT_VERSIONS }}
release-type: release