From e4612e022059427c0f9c3b56e8e82138b8cf98b5 Mon Sep 17 00:00:00 2001 From: TONY_All Date: Tue, 6 Jun 2023 14:44:42 +0800 Subject: [PATCH] upload result --- .space.kts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.space.kts b/.space.kts index 5548d95..be6e236 100644 --- a/.space.kts +++ b/.space.kts @@ -1,4 +1,9 @@ job("Build and run tests") { // run 'gradlew build' - gradlew("azul/zulu-openjdk:17", "build") + gradlew("azul/zulu-openjdk:17", "build") { + fileArtifacts { + localPath = "build" + archive = true + } + } } \ No newline at end of file