add build workflow
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
mkdir -p repo/
|
||||
|
||||
cp -f server/build/server-1.0-all.jar repo/
|
||||
Reference in New Issue
Block a user