File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 if : matrix.os == 'windows-latest'
120120 uses : actions/upload-artifact@v4
121121 with :
122- name : aspect-model-editor -v${{ github.event.inputs.release_version }}-win
122+ name : ame-backend -v${{ github.event.inputs.release_version }}-win
123123 path : |
124124 aspect-model-editor-runtime/target/ame-backend-${{ github.event.inputs.release_version }}-win.exe
125125 aspect-model-editor-runtime/target/*.dll
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ pipeline {
9292 stage(' MacOS Notarization' ) {
9393 steps {
9494 script {
95- sh " zip -j ame-backend-${ env.version} -mac.zip signed_dir/ame-backend-${ env.version} -mac"
95+ sh " zip -j ame-backend-v ${ env.version} -mac.zip signed_dir/ame-backend-${ env.version} -mac"
9696
97- def macOsFile = " ame-backend-${ env.version} -mac.zip"
97+ def macOsFile = " ame-backend-v ${ env.version} -mac.zip"
9898
9999 def jsonOptions = " options={\" primaryBundleId\" : \" org.eclipse.esmf\" , \" staple\" : true};type=application/json"
100100 def response = sh(script : " curl -X POST -F file=@${ macOsFile} -F '${ jsonOptions} ' https://cbi.eclipse.org/macos/xcrun/notarize" , returnStdout : true ). trim()
You can’t perform that action at this time.
0 commit comments