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