fix workflow

This commit is contained in:
seasnail 2021-09-01 13:05:28 +01:00 committed by GitHub
parent e7a40622fe
commit 0c92ec258c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,20 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@latest
- name: Setup JDK 16
uses: actions/setup-java@latest
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: 16
distribution: adopt
- name: Build
run: |
chmod +x ./gradlew
./gradlew build
run: ./gradlew build
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with: