fix artifact uploading

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

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
}