Skip to content

Commit 783bb3e

Browse files
committed
chore: tell codesign to try timestamping again
1 parent b8564ac commit 783bb3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ jobs:
175175
IDENTITY=$(security find-identity -v -p codesigning build.keychain | awk '/[A-F0-9]{40}/{print $2; exit}')
176176
echo "Using identity: $IDENTITY"
177177
178-
codesign --force --options runtime --timestamp=none \
178+
codesign --force --options runtime \
179+
--timestamp \
179180
--sign "$IDENTITY" --verbose "$BIN"
180181
codesign --verify -v --verbose "$BIN"
181182

0 commit comments

Comments
 (0)