fabric-exporter/.github/workflows/modrinth.yml

21 lines
461 B
YAML
Raw Normal View History

2021-05-25 23:27:30 +02:00
name: Publish on Modrinth
on:
release:
types: [ created ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle and publish on Modrinth
run: ./gradlew publish