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 c2be75d commit 291eb08Copy full SHA for 291eb08
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w" -o search_amd64 .
26
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -ldflags="-s -w" -o search_arm64 .
27
lipo -create -output search search_amd64 search_arm64
28
+ codesign -s - search
29
rm -f search_amd64 search_arm64
30
- name: Upload workflow contents
31
uses: actions/upload-artifact@v4
0 commit comments