mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
cleanup
This commit is contained in:
parent
6f8a1730f5
commit
bf58d05645
1 changed files with 5 additions and 8 deletions
13
.github/workflows/desktop-build.yml
vendored
13
.github/workflows/desktop-build.yml
vendored
|
|
@ -475,19 +475,16 @@ jobs:
|
|||
|
||||
echo "Inspect/Verify app signature"
|
||||
codesign -dv --verbose=4 ${{steps.build.outputs.path}}
|
||||
|
||||
codesign -dv --verbose=3 ${{steps.build.outputs.path}}
|
||||
|
||||
codesign -dv --verbose=2 ${{steps.build.outputs.path}}
|
||||
|
||||
echo "."
|
||||
codesign -dv --verbose=1 ${{steps.build.outputs.path}}
|
||||
|
||||
echo "."
|
||||
codesign -dv --verbose ${{steps.build.outputs.path}}
|
||||
|
||||
echo "..."
|
||||
codesign --verify ${{steps.build.outputs.path}}
|
||||
|
||||
echo "."
|
||||
codesign --verify --deep ${{steps.build.outputs.path}}
|
||||
|
||||
echo "."
|
||||
codesign --verify --deep --verbose ${{steps.build.outputs.path}}
|
||||
|
||||
echo "Assess the application"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue