Skip to content

Commit

Permalink
dont notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bradbury committed Aug 2, 2024
1 parent 4afc5a4 commit 8220844
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,8 @@ jobs:
# sign every binary in the binary directory
fd fluid- -t x -I -x codesign --options=runtime -s "Developer ID Application" {}
# Create a zip for notarization
zip -r ../flucoma-cli-brew.zip .
# Submit for notarization
xcrun notarytool submit ../flucoma-cli-brew.zip --keychain-profile "ACPASS" --wait
# Unzip the notarized files
unzip -o ../flucoma-cli-brew.zip -d .
# Staple the binaries
fd fluid- -t x -I -x xcrun stapler staple {}
- name: make tarball
run: tar -czf flucoma-cli-brew.tar.gz flucoma-cli-brew

Expand Down

0 comments on commit 8220844

Please sign in to comment.