The Async Acceleration Update #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to Modrinth | |
'on': | |
release: | |
types: [ published ] | |
jobs: | |
publish: | |
name: Build and Upload JARs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Upload to Modrinth | |
uses: cloudnode-pro/[email protected] | |
with: | |
token: ${{ secrets.MODRINTH_TOKEN }} | |
project: 4KA72Zn8 | |
file: target/DiSky-v${{ github.event.release.tag_name }}.jar | |
changelog: ${{ github.event.release.body }} | |
loaders: paper, spigot | |
api-domain: api.modrinth.com |