This commit is contained in:
2023-06-06 14:46:11 +08:00
parent e4612e0220
commit accec4fe8f
+2
View File
@@ -4,6 +4,8 @@ job("Build and run tests") {
fileArtifacts { fileArtifacts {
localPath = "build" localPath = "build"
archive = true archive = true
remotePath = "{{ run:number }}/build.zip"
onStatus = OnStatus.SUCCESS
} }
} }
} }