Skip to content

Commit ba24c6b

Browse files
committed
Update sign.sh
1 parent 5a250f9 commit ba24c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sign.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -d "${INPUT}" ]; then
2626
fi
2727

2828
# sign with curl
29-
curl -o "../signed-output/${INPUT}" -F file=@"${INPUT}" -F entitlements=@"${ENTITLEMENTS}" https://cbi.eclipse.org/macos/codesign/sign
29+
curl -o "../signed_dir/${INPUT}" -F file=@"${INPUT}" -F entitlements=@"${ENTITLEMENTS}" https://cbi.eclipse.org/macos/codesign/sign
3030

3131
# if unzip needed
3232
if [ "$NEEDS_UNZIP" = true ]; then

0 commit comments

Comments
 (0)