Skip to content

Commit 291eb08

Browse files
committed
Use ad-hoc signing.
1 parent c2be75d commit 291eb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o search_amd64 .
2626
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -ldflags="-s -w" -o search_arm64 .
2727
lipo -create -output search search_amd64 search_arm64
28+
codesign -s - search
2829
rm -f search_amd64 search_arm64
2930
- name: Upload workflow contents
3031
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)