Skip to content

Commit

Permalink
.github: let CI archive built app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Mar 17, 2024
1 parent 0dc2773 commit 59c5893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
cmake ..
cmake --build .
cmake --install .
- name: Archive App Bundle
uses: actions/upload-artifact@v4
with:
name: macVNC App Bundle
path: build/*.app

0 comments on commit 59c5893

Please sign in to comment.