Merge pull request #807 from trheyi/main

Fix code signing command and update .gitignore to exclude shell scripts
This commit is contained in:
Max 2024-12-04 11:39:22 +08:00 committed by GitHub
commit 403d5ad0ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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

3
.gitignore vendored
View file

@ -40,4 +40,5 @@ xgen/v1.0/*
!pipe/ui
*-unit-test
docker/build/test
db
db
*.sh