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