From accec4fe8f98fbb4ae26e915da76c75f3424bf70 Mon Sep 17 00:00:00 2001 From: TONY_All Date: Tue, 6 Jun 2023 14:46:11 +0800 Subject: [PATCH] fix --- .space.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space.kts b/.space.kts index be6e236..86306ae 100644 --- a/.space.kts +++ b/.space.kts @@ -4,6 +4,8 @@ job("Build and run tests") { fileArtifacts { localPath = "build" archive = true + remotePath = "{{ run:number }}/build.zip" + onStatus = OnStatus.SUCCESS } } } \ No newline at end of file