Change the artifact archive instruction

This commit is contained in:
zontreck 2024-12-16 21:09:08 -07:00
parent 30c8121eb7
commit 52d1b175de

2
Jenkinsfile vendored
View file

@ -27,7 +27,7 @@ pipeline {
post { post {
always { always {
archiveArtifacts artifacts: "build/Release/net8.0/LibAC.dll" archiveArtifacts artifacts: "bin/Release/net8.0/LibAC.dll"
} }
} }
} }