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