Fix archive path
This commit is contained in:
parent
d67ee77cac
commit
65f5cb722b
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -26,7 +26,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: "bin/Release/net8.0/publish/ForgeCore"
|
archiveArtifacts artifacts: "bin/Release/net8.0/linux-x64/publish/ForgeCore"
|
||||||
|
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ pipeline {
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts:"bin\\Release\\net8.0\\publish\\ForgeCore.exe"
|
archiveArtifacts artifacts:"bin\\Release\\net8.0\\win-x64\\publish\\ForgeCore.exe"
|
||||||
|
|
||||||
cleanWs()
|
cleanWs()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue