1
0
Fork 0
This commit is contained in:
Alexander Harkness 2021-11-22 21:54:58 +00:00 committed by GitHub
parent 1f9de1de9e
commit f9fc73f6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -57,7 +57,7 @@ pipeline {
branch 'master'
}
steps {
archiveArtifacts artifacts: 'Server/.luacheckrc'
archiveArtifacts artifacts: 'gcc_Release/Server/.luacheckrc'
}
}
}