Update dev_build.yml
This commit is contained in:
parent
dadd8ee1ac
commit
be0e3db6f4
4
.github/workflows/dev_build.yml
vendored
4
.github/workflows/dev_build.yml
vendored
@ -11,7 +11,9 @@ jobs:
|
|||||||
java-version: 16
|
java-version: 16
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew build
|
run: |
|
||||||
|
chmod +x ./gradlew
|
||||||
|
./gradlew build
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: marvinpinto/action-automatic-releases@latest
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user