Skip to content

Commit 13900f5

Browse files
committed
Typo
1 parent d286f1f commit 13900f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ node {
6363
if (result) {
6464
currentBuild.result = "SUCCESS"
6565
stage('Archive') {
66-
archiveArtifacts artifacts: "bin/x64/Release/Concealment.dll", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
66+
archiveArtifacts artifacts: "bin/x64/Release/Essentials.dll", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
6767
}
6868
}
6969
else

0 commit comments

Comments
 (0)