Archive the setup file and then delete workspace

This commit is contained in:
zontreck 2024-07-21 21:58:29 -07:00
parent 19355d1f75
commit dd86bea1be
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -63,6 +63,8 @@ pipeline {
always { always {
archiveArtifacts artifacts: 'out\\*', fingerprint: true archiveArtifacts artifacts: 'out\\*', fingerprint: true
archiveArtifacts artifacts: '*.tgz', fingerprint: true archiveArtifacts artifacts: '*.tgz', fingerprint: true
deleteDir()
} }
} }
} }

View file

@ -36,7 +36,7 @@ DisableProgramGroupPage=yes
PrivilegesRequired=lowest PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog PrivilegesRequiredOverridesAllowed=dialog
OutputDir=out OutputDir=out
OutputBaseFilename=NBTEditor OutputBaseFilename=NBTEditor-setup
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
WizardStyle=modern WizardStyle=modern