mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
Update Scissors
This commit is contained in:
parent
9c0517cd87
commit
04667480b1
2 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
mkdir -p fetched_server
|
mkdir -p fetched_server
|
||||||
|
|
||||||
curl -L https://ci.scissors.gg/job/Scissors/job/1.19.4/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip
|
curl -L https://ci.plex.us.org/job/Scissors/job/1.20/lastSuccessfulBuild/artifact/*zip*/archive.zip > archive.zip
|
||||||
unzip -o archive.zip
|
unzip -o archive.zip
|
||||||
mv archive/build/libs/Scissors-*.jar fetched_server/server.jar
|
mv archive/build/libs/scissors-*.jar fetched_server/server.jar
|
||||||
|
|
||||||
rm -rf archive/
|
rm -rf archive/
|
||||||
rm archive.zip
|
rm archive.zip
|
||||||
|
|
BIN
server.jar
BIN
server.jar
Binary file not shown.
Loading…
Reference in a new issue