Skip to content

Commit d3bedcf

Browse files
committed
MacOS: sign Ad-hoc
1 parent b10302a commit d3bedcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/c-cpp.yml

+6
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,9 @@ jobs:
104104
install_name_tool -change /usr/local/opt/icu4c/lib/libicui18n.74.dylib @executable_path/../Frameworks/libicui18n.74.dylib qlog.app/Contents/MacOS/qlog
105105
otool -L qlog.app/Contents/MacOS/qlog
106106
macdeployqt qlog.app -dmg
107+
codesign --force --deep -s - /Users/runner/work/QLog/QLog/build/qlog.dmg
108+
- name: Copy artifact
109+
uses: actions/upload-artifact@v4
110+
with:
111+
name: qlog
112+
path: /Users/runner/work/QLog/QLog/build/qlog.dmg

0 commit comments

Comments
 (0)