Skip to content

Commit

Permalink
Fix CI workflow: remove unused site and viz from macos artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Mar 26, 2024
1 parent e53da73 commit faf910c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ jobs:
- name: Make MacOS app
run: |
opam exec -- make Kappapp.app
cp -r gui/viz .
mv build/Kappapp.app .
mv build/site .
- name: Sign MacOS binaries
run: |
find Kappapp.app/Contents/ \( -name \*.app -or -name \*.framework \) \
Expand All @@ -141,8 +139,6 @@ jobs:
with:
name: macos
path: |
site
viz
Kappapp.app.zip
windows:
Expand Down

0 comments on commit faf910c

Please sign in to comment.