Update dev_build.yml

This commit is contained in:
seasnail 2021-09-01 13:07:31 +01:00 committed by GitHub
parent dadd8ee1ac
commit be0e3db6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@ jobs:
java-version: 16
distribution: adopt
- name: Build
run: ./gradlew build
run: |
chmod +x ./gradlew
./gradlew build
- name: Release
uses: marvinpinto/action-automatic-releases@latest
with: