Update gradle.yml
This commit is contained in:
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@@ -33,6 +33,8 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Remove *-dev.jar
|
||||
run: rm ./build/libs/*-dev.jar
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
if: ${{ matrix.Java == '16' }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user