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
e576884b
Commit
e576884b
authored
Apr 21, 2022
by
SpikeHD
Committed by
GitHub
Apr 21, 2022
Browse files
upload artifact
parent
d84d7d48
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
e576884b
...
...
@@ -4,10 +4,18 @@ jobs:
Build-Server-Jar
:
runs-on
:
windows-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-java@v3
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Setup Java
uses
:
actions/setup-java@v3
with
:
distribution
:
temurin
java-version
:
'
8'
-
run
:
.\gradlew.bat
-
run
:
.\gradlew jar
-
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