It might work, maybe

This commit is contained in:
shedaniel
2020-10-04 02:19:54 +08:00
parent 8c5a9a3759
commit 50a1af65e4
12 changed files with 691 additions and 0 deletions

21
.github/workflows/gradle.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Java CI
on:
[push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Upload to Bintray & CurseForge
run: ./gradlew clean bintrayUpload curseforge
env:
BINTRAY_USER: shedaniel
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}