diff --git a/Jenkinsfile b/Jenkinsfile index 0dce509..ba9e0c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,6 +55,8 @@ pipeline { dir("build\\windows\\x64\\runner\\Release") { bat 'tar -cvf ..\\..\\..\\..\\..\\windows.tgz .' } + + bat 'iscc wininst.iss' } } post {