Change the artifact archive instruction
This commit is contained in:
parent
30c8121eb7
commit
52d1b175de
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -27,7 +27,7 @@ pipeline {
|
|||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "build/Release/net8.0/LibAC.dll"
|
||||
archiveArtifacts artifacts: "bin/Release/net8.0/LibAC.dll"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue