fix code error

This commit is contained in:
TONY_All 2023-06-16 11:50:16 +08:00
parent 2aa6761412
commit 202eb473fa
No known key found for this signature in database
GPG Key ID: B868A344D7435E88
1 changed files with 1 additions and 1 deletions

View File

@ -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