We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8564ac commit 783bb3eCopy full SHA for 783bb3e
.github/workflows/build-binary.yml
@@ -175,7 +175,8 @@ jobs:
175
IDENTITY=$(security find-identity -v -p codesigning build.keychain | awk '/[A-F0-9]{40}/{print $2; exit}')
176
echo "Using identity: $IDENTITY"
177
178
- codesign --force --options runtime --timestamp=none \
+ codesign --force --options runtime \
179
+ --timestamp \
180
--sign "$IDENTITY" --verbose "$BIN"
181
codesign --verify -v --verbose "$BIN"
182
0 commit comments