From 1522eb8d0974756814089e787715d5b0e4da6dd3 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sun, 15 Jan 2023 12:14:06 +0100 Subject: [PATCH] Adjust CI config to new CI --- steamwarci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/steamwarci.yml b/steamwarci.yml index 8e58723..3517317 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,7 +1,9 @@ -build: +setup: - "ln -s /home/gitea/lib" - - "cp ~/gradle.properties ." + +build: - "./gradlew buildProject" + - "./gradlew --stop" artifacts: "/binarys/tutorialsystem.jar": "build/libs/tutorialsystem.jar"