From 29e9b188b1a08044e1b7f267cdabb8d5593f1d3a Mon Sep 17 00:00:00 2001 From: TONY_All Date: Fri, 16 Jun 2023 11:57:00 +0800 Subject: [PATCH] fix artifact uploading --- .space.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space.kts b/.space.kts index 8fbd69b..7c2d0aa 100644 --- a/.space.kts +++ b/.space.kts @@ -9,7 +9,7 @@ job("Build and run tests") { fileArtifacts { localPath = "build/libs/*" - archive = false + archive = true remotePath = "{{ run:number }}/build" onStatus = OnStatus.SUCCESS }