File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 25
25
mkdir -p ~/artifacts
26
26
cp "2006Scape Client/target/client-1.0-jar-with-dependencies.jar" ~/artifacts/Client.jar
27
27
cp "2006Scape Server/target/server-1.0-jar-with-dependencies.jar" ~/artifacts/Server.jar
28
+ cp "2006Scape Server/ServerConfig.Sample.json" ~/artifacts/ServerConfig.json
29
+ cp SinglePlayer.bat ~/artifacts/
30
+ cp -r "2006Scape Server/plugins" ~/artifacts/
28
31
cp -r "2006Scape Server/data" ~/artifacts/
29
32
- name : Publish build to GH Actions
30
33
uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change
1
+ :: Runs The Server & FileServer
2
+ start cmd /k java -jar Server.jar -c ServerConfig.json
3
+ :: Used To Wait 6 Seconds Before Running The Client
4
+ PING localhost -n 6 > NUL
5
+ :: Starts The Client
6
+ start cmd /k java -jar Client.jar -s localhost
You can’t perform that action at this time.
0 commit comments