From ff46b9330cc40880a1e0752109ede218896a899e Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sun, 3 Sep 2023 12:22:53 +0200 Subject: [PATCH] Add steamwarci.yml --- steamwarci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 steamwarci.yml diff --git a/steamwarci.yml b/steamwarci.yml new file mode 100644 index 0000000..b950a8d --- /dev/null +++ b/steamwarci.yml @@ -0,0 +1,9 @@ +setup: + - "ln -s /home/gitea/lib" + +build: + - "./gradlew shadowJar" + - "./gradlew --stop" + +artifacts: + "/binarys/AxiomPaper.jar": "build/libs/AxiomPaper-1.0.0-SNAPSHOT-dev-all.jar"