mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 10:36:00 +01:00
Minor tweaks to build workflow.
Removes trailing whitespace and simplifies some step names.
This commit is contained in:
parent
614d95683e
commit
932b9de8f2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: 'Checkout source code'
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 'Set up JDK'
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: 'Build, test, and package'
|
||||
- name: 'Build'
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
- name: 'Upload artifact'
|
||||
|
Loading…
Reference in New Issue
Block a user