Skip to content

Commit

Permalink
MacOS: sign Ad-hoc
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed May 31, 2024
1 parent b10302a commit d3bedcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ jobs:
install_name_tool -change /usr/local/opt/icu4c/lib/libicui18n.74.dylib @executable_path/../Frameworks/libicui18n.74.dylib qlog.app/Contents/MacOS/qlog
otool -L qlog.app/Contents/MacOS/qlog
macdeployqt qlog.app -dmg
codesign --force --deep -s - /Users/runner/work/QLog/QLog/build/qlog.dmg
- name: Copy artifact
uses: actions/upload-artifact@v4
with:
name: qlog
path: /Users/runner/work/QLog/QLog/build/qlog.dmg

0 comments on commit d3bedcf

Please sign in to comment.