From a425128ac29aa5f8ea6e8c36bfd56a15584db701 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 25 Nov 2024 00:03:30 -0700 Subject: [PATCH] Fix client artifact location --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f934003..9a03a74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ pipeline { post { always { archiveArtifacts artifacts: "out\\*.exe", fingerprint: true - archiveArtifacts artifacts: "build\\windows\\x64\\release\\bundle" + archiveArtifacts artifacts: "build\\windows\\x64\\runner\\Release" deleteDir() } }