Fix code signing command and update .gitignore to exclude shell scripts
This commit is contained in:
parent
7ddacd70f9
commit
401fd3aa94
2 changed files with 3 additions and 2 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -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
3
.gitignore
vendored
|
|
@ -40,4 +40,5 @@ xgen/v1.0/*
|
|||
!pipe/ui
|
||||
*-unit-test
|
||||
docker/build/test
|
||||
db
|
||||
db
|
||||
*.sh
|
||||
Loading…
Add table
Reference in a new issue