Skip to content

Commit

Permalink
GitHub: test
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 23, 2024
1 parent f385855 commit f2a0769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,8 @@ jobs:
install_name_tool -change `brew --prefix`/opt/icu4c/lib/libicui18n.73.dylib @executable_path/../Frameworks/libicui18n.73.dylib qlog.app/Contents/MacOS/qlog
otool -L qlog.app/Contents/MacOS/qlog
macdeployqt qlog.app -dmg
- name: Copy artifact
uses: actions/upload-artifact@v3
with:
name: qlog
path: /Users/runner/work/QLog/QLog/build/qlog.dmg

0 comments on commit f2a0769

Please sign in to comment.