From 52d1b175de5d0e048923773b17a5c57d0d6bcfde Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 16 Dec 2024 21:09:08 -0700 Subject: [PATCH] Change the artifact archive instruction --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index afa00fa..02739ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { post { always { - archiveArtifacts artifacts: "build/Release/net8.0/LibAC.dll" + archiveArtifacts artifacts: "bin/Release/net8.0/LibAC.dll" } } }