fix artifact uploading

This commit is contained in:
2023-06-16 11:57:00 +08:00
parent 202eb473fa
commit 29e9b188b1
+1 -1
View File
@@ -9,7 +9,7 @@ job("Build and run tests") {
fileArtifacts {
localPath = "build/libs/*"
archive = false
archive = true
remotePath = "{{ run:number }}/build"
onStatus = OnStatus.SUCCESS
}