Skip to content

Commit

Permalink
fix(deploy): correctly separate artifacts to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Oct 7, 2024
1 parent 5596b5e commit 03554c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,15 @@ jobs:
- name: Archive Javascript app
uses: actions/upload-artifact@v4
with:
name: linux
name: online-ui
path: |
site
viz
- name: Archive Javascript app
uses: actions/upload-artifact@v4
with:
name: linux
path: |
Kappapp.tar.gz
webapp-macos:
Expand Down

0 comments on commit 03554c7

Please sign in to comment.