Skip to content

Commit 42978e7

Browse files
committed
fix: ad-hoc sign app so generate_appcast passes code signing check
1 parent 66e621a commit 42978e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
CODE_SIGNING_ALLOWED=NO \
4848
CODE_SIGNING_REQUIRED=NO
4949
50+
- name: Ad-hoc sign
51+
run: codesign --force --deep --sign - build/Build/Products/Release/Wave.app
52+
5053
- name: Upload app
5154
uses: actions/upload-artifact@v4
5255
with:

0 commit comments

Comments
 (0)