Update pull_request.yml

This commit is contained in:
seasnail 2021-08-31 15:50:17 +01:00 committed by GitHub
parent fe192346ef
commit 2949c7ba5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,17 +14,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@latest
- name: Setup JDK 16
uses: actions/setup-java@v2
uses: actions/setup-java@latest
with:
java-version: 16
distribution: adopt
- name: Build
run: |
chmod +x ./gradlew
./gradlew build
- name: Upload build artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
with:
name: build-artifacts