Skip to content

Commit

Permalink
Merge pull request #807 from trheyi/main
Browse files Browse the repository at this point in the history
Fix code signing command and update .gitignore to exclude shell scripts
  • Loading branch information
trheyi authored Dec 4, 2024
2 parents 46f4d55 + 401fd3a commit 403d5ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Sign Artifacts
run: |
codesign --deep --force --verbose --timestamp --options runtime --sign "Developer ID Application: ${{ secrets.APPLE_SIGN }}" dist/release/yao-$VERSION-unstable-darwin-arm64
codesign --deep --force --verbose --timestamp --sign "Developer ID Application: ${{ secrets.APPLE_SIGN }}" dist/release/yao-$VERSION-unstable-darwin-arm64
codesign --deep --force --verbose --timestamp --options runtime --sign "Developer ID Application: ${{ secrets.APPLE_SIGN }}" dist/release/yao-$VERSION-unstable-darwin-amd64
- name: Verify Signature
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ xgen/v1.0/*
!pipe/ui
*-unit-test
docker/build/test
db
db
*.sh

0 comments on commit 403d5ad

Please sign in to comment.