Publish to CF

This commit is contained in:
shedaniel
2020-11-15 20:32:36 +08:00
parent 0183b7f937
commit 6362fe40e3
7 changed files with 102 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
name: Java CI
on:
[push]
[ push ]
jobs:
build:
@@ -13,7 +13,8 @@ jobs:
with:
java-version: 1.8
- name: Upload to Bintray
run: ./gradlew bintrayUpload --stacktrace
run: ./gradlew bintrayUpload curseforgePublish --stacktrace
env:
BINTRAY_USER: shedaniel
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
curse_api_key: ${{ secrets.CURSE_API_KEY }}