Skip to content

Commit

Permalink
Remove folder inside zip file to make it more clear what is inside (#247
Browse files Browse the repository at this point in the history
)
  • Loading branch information
michelu89 authored Aug 5, 2024
1 parent 0572b7a commit efd0a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ pipeline {
script {
sh "mkdir -p signed_dir"
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"
sh "zip -r aspect-model-editor-v${env.version}-win.zip signed_dir"
sh "ls -a signed_dir"
sh "cd signed_dir"
sh "zip -r ../aspect-model-editor-v${env.version}-win.zip ."
}
}
}
Expand Down

0 comments on commit efd0a41

Please sign in to comment.