This commit is contained in:
TONY_All 2023-06-06 14:46:11 +08:00
parent e4612e0220
commit accec4fe8f
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ job("Build and run tests") {
fileArtifacts {
localPath = "build"
archive = true
remotePath = "{{ run:number }}/build.zip"
onStatus = OnStatus.SUCCESS
}
}
}