CI: Verify code-signing
This commit is contained in:
parent
4652f3b449
commit
3ee2125e8f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -864,6 +864,10 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
run: make deploycheck
|
run: make deploycheck
|
||||||
|
|
||||||
|
- name: Verify code-signing
|
||||||
|
working-directory: build
|
||||||
|
run: codesign --deep -v strawberry.app
|
||||||
|
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: make dmg
|
run: make dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user