diff --git a/build/ci/Jenkinsfile b/build/ci/Jenkinsfile index 2d17698..0b409c3 100644 --- a/build/ci/Jenkinsfile +++ b/build/ci/Jenkinsfile @@ -158,6 +158,15 @@ pipeline { } msSendRocketChat("${ROCKET_TITLE}", "Released assets for Windows", 'blue') } + post { + success { + archiveArtifacts ( + artifacts: 'dist/*.msi', + allowEmptyArchive: false, + fingerprint: true, + ) + } + } } } } @@ -177,7 +186,7 @@ pipeline { failNoReports: false, ) archiveArtifacts ( - artifacts: 'out/*.tar.*,out/*.zip,out/*.msi', + artifacts: 'out/*.tar.*,out/*.zip', allowEmptyArchive: false, fingerprint: true, onlyIfSuccessful: true, diff --git a/build/package/debian/changelog b/build/package/debian/changelog index 6c4dbfb..301aded 100644 --- a/build/package/debian/changelog +++ b/build/package/debian/changelog @@ -1,4 +1,4 @@ -drawio-export (0.1) UNRELEASED; urgency=low +drawio-export (0.1) mousesoft-stable; urgency=low * Initial Release.