Skip to content

Commit

Permalink
build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 22, 2022
1 parent 671d2f1 commit dde88db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ jobs:
Build-Server-Jar:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '8'
- run: gradlew
- run: .\gradlew.bat
- run: .\gradlew jar

0 comments on commit dde88db

Please sign in to comment.