diff --git a/Jenkinsfile b/Jenkinsfile index 8c09c9f..7a8b95f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,8 @@ pipeline { stage("publish") { steps { sh "git clean -dfX" - sh "rm -r world" zip archive: true, dir: 'curseforge', exclude: '', glob: '', zipFile: 'publish/RSEMCS.zip' zip archive: true, dir: 'server', exclude: '', glob: '', zipFile: 'publish/RSEMCS_server.zip' - fingerprint 'publish/*.zip' } } }