Skip to content

Commit be4104f

Browse files
Yong HeYong He
Yong He
authored and
Yong He
committed
Add debug messaging on release CI.
1 parent 1a0bbb5 commit be4104f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
)
135135
for b in "${binaries[@]}"; do
136136
if [[ -f "$b" ]]; then
137+
echo "Signing binary '$b'..."
137138
/usr/bin/codesign --force --options runtime -s "${IDENTITY_ID}" "$b" -v
138139
7z a "slang-macos-dist.zip" "$b"
139140
fi

0 commit comments

Comments
 (0)