Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
1dfe8733
Commit
1dfe8733
authored
Apr 22, 2022
by
Magix
Committed by
GitHub
Apr 22, 2022
Browse files
Merge pull request #102 from SpikeHD/github_action_build
GitHub build action
parents
f574ce01
99c9f011
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
0 → 100644
View file @
1dfe8733
name
:
"
Build"
on
:
push
:
branches
:
-
"
stable"
jobs
:
Build-Server-Jar
:
runs-on
:
windows-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Setup Java
uses
:
actions/setup-java@v3
with
:
distribution
:
temurin
java-version
:
'
8'
-
name
:
Run Gradle
run
:
.\gradlew.bat && .\gradlew jar
-
name
:
Upload build
uses
:
actions/upload-artifact@v3
with
:
name
:
Grasscutter
path
:
grasscutter.jar
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment