We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a250f9 commit ba24c6bCopy full SHA for ba24c6b
scripts/sign.sh
@@ -26,7 +26,7 @@ if [ -d "${INPUT}" ]; then
26
fi
27
28
# sign with curl
29
-curl -o "../signed-output/${INPUT}" -F file=@"${INPUT}" -F entitlements=@"${ENTITLEMENTS}" https://cbi.eclipse.org/macos/codesign/sign
+curl -o "../signed_dir/${INPUT}" -F file=@"${INPUT}" -F entitlements=@"${ENTITLEMENTS}" https://cbi.eclipse.org/macos/codesign/sign
30
31
# if unzip needed
32
if [ "$NEEDS_UNZIP" = true ]; then
0 commit comments