Skip to content

Commit

Permalink
add verbose to signing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusillo committed Jun 12, 2024
1 parent 4ed88f9 commit 2e62ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
poetry run briefcase create
poetry run briefcase build
find . -name QtWebEngineCore.framework -type d | while read dir; do
find "$dir" -type f -execdir codesign --force --verify --verbose --sign "${{ secrets.DEV_ID }}" {} \;
find "$dir" -type f -execdir codesign --force --verify --verbose=4 --sign "${{ secrets.DEV_ID }}" {} \;
done
poetry run briefcase package -i "${{ secrets.DEV_ID }}"
- name: Create Release
Expand Down

0 comments on commit 2e62ce9

Please sign in to comment.