We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d286f1f commit 13900f5Copy full SHA for 13900f5
1 file changed
Jenkinsfile
@@ -63,7 +63,7 @@ node {
63
if (result) {
64
currentBuild.result = "SUCCESS"
65
stage('Archive') {
66
- archiveArtifacts artifacts: "bin/x64/Release/Concealment.dll", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
+ archiveArtifacts artifacts: "bin/x64/Release/Essentials.dll", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
67
}
68
69
else
0 commit comments