mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 05:19:17 +00:00
Update build.yml
This commit is contained in:
parent
36e18277d4
commit
b4dd5c81d0
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
name: "Build"
|
name: "Build"
|
||||||
on: "Push"
|
on: "push"
|
||||||
jobs:
|
jobs:
|
||||||
Build-Server-Jar:
|
Build-Server-Jar:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-java@v3
|
- uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
- run: gradlew
|
- run: gradlew
|
||||||
|
Loading…
Reference in New Issue
Block a user