Skip to content

Commit 45161b6

Browse files
committed
ci: pre-sign bundle before gon to handle nested resources
1 parent 9c538d3 commit 45161b6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/macos-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ jobs:
9898
# Clean up
9999
rm certificate.p12
100100
101+
- name: Pre-sign bundle
102+
run: |
103+
codesign --deep --force --options runtime \
104+
--sign "Developer ID Application: John Sterling" \
105+
./apps/finicky/build/Finicky.app
106+
101107
- name: Install gon
102108
run: |
103109
brew install Bearer/tap/gon

0 commit comments

Comments
 (0)