Skip to content

Commit b6ca9d1

Browse files
authored
Fix jenkins file for releasing
1 parent 2159486 commit b6ca9d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.jenkins/Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ pipeline {
5959
script {
6060
sh "mkdir -p signed_dir"
6161
sh "curl -o signed_dir/aspect-model-editor-v${env.version}-win.exe -F file=@unpack_win_dir/aspect-model-editor-v${env.version}-win.exe https://cbi.eclipse.org/authenticode/sign"
62-
sh "cd signed_dir"
63-
sh "zip -r ../aspect-model-editor-v${env.version}-win.zip ."
62+
sh "cd signed_dir && zip -r ../aspect-model-editor-v${env.version}-win.zip ."
6463
}
6564
}
6665
}

0 commit comments

Comments
 (0)