more debug output around notarizing
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
DMG=$1
|
||||
NOTARIZE_SERVICE_URL=$2
|
||||
|
||||
echo "Notarize DMG"
|
||||
echo ${DMG}
|
||||
|
||||
RESPONSE=\
|
||||
$(curl -s -X POST \
|
||||
-F file=@${DMG} \
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
<configuration>
|
||||
<skip>${skip.osx.notarizing}</skip>
|
||||
<target>
|
||||
|
||||
<!--
|
||||
<property name="dmgName" value="${project.build.directory}/products/spring-tool-suite-4-${unqualifiedVersion}.${p2.qualifier}-${dist.target}-macosx.cocoa.x86_64.dmg" />
|
||||
|
||||
<exec executable="/bin/bash" failonerror="true">
|
||||
@@ -421,7 +421,7 @@
|
||||
<arg value="${dmgName}"/>
|
||||
<arg value="${env.MACOS_NOTARIZATION_SERVICE_URL}"/>
|
||||
</exec>
|
||||
|
||||
-->
|
||||
<property name="dmgName-aarch" value="${project.build.directory}/products/spring-tool-suite-4-${unqualifiedVersion}.${p2.qualifier}-${dist.target}-macosx.cocoa.aarch64.dmg" />
|
||||
|
||||
<exec executable="/bin/bash" failonerror="true">
|
||||
|
||||
Reference in New Issue
Block a user