fix code error

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