Skip to content

Commit 71a0516

Browse files
committed
Update build.yml
1 parent c64d3aa commit 71a0516

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
- name: Build with Gradle
3636
run: ./gradlew build
3737
- name: Run Server Gradle
38-
run: ./gradlew runServer
39-
- name: Stop
40-
run: stop
38+
run: |
39+
./gradlew runServer
40+
stop
41+
4142
- name: Upload binaries to release
4243
uses: actions/upload-artifact@v4
4344
with:

0 commit comments

Comments
 (0)