mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Archive the setup file and then delete workspace
This commit is contained in:
parent
19355d1f75
commit
dd86bea1be
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -63,6 +63,8 @@ pipeline {
|
|||
always {
|
||||
archiveArtifacts artifacts: 'out\\*', fingerprint: true
|
||||
archiveArtifacts artifacts: '*.tgz', fingerprint: true
|
||||
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ DisableProgramGroupPage=yes
|
|||
PrivilegesRequired=lowest
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
OutputDir=out
|
||||
OutputBaseFilename=NBTEditor
|
||||
OutputBaseFilename=NBTEditor-setup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
WizardStyle=modern
|
||||
|
|
Loading…
Reference in a new issue