mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-04 19:17:32 +08: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…
x
Reference in New Issue
Block a user