forked from git-mirrors/GeyserConnect
Update actions workflows
This commit is contained in:
parent
bbdea65c00
commit
a933ae0463
3 changed files with 6 additions and 8 deletions
6
.github/workflows/pullrequest.yml
vendored
6
.github/workflows/pullrequest.yml
vendored
|
@ -16,13 +16,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: temurin
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build GeyserConnect
|
||||
uses: gradle/gradle-build-action@v2
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
arguments: build
|
||||
|
||||
- name: Archive artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: success()
|
||||
with:
|
||||
name: GeyserConnect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue