We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e621a commit 42978e7Copy full SHA for 42978e7
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
CODE_SIGNING_ALLOWED=NO \
48
CODE_SIGNING_REQUIRED=NO
49
50
+ - name: Ad-hoc sign
51
+ run: codesign --force --deep --sign - build/Build/Products/Release/Wave.app
52
+
53
- name: Upload app
54
uses: actions/upload-artifact@v4
55
with:
0 commit comments