Skip to content

Commit

Permalink
CI: upload Cerberus runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger committed Nov 12, 2024
1 parent c7e5613 commit 9620825
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,10 @@ jobs:
with:
name: cn-lsp-server-${{ matrix.os }}
path: cn-lsp/server/_opam/bin/cn-lsp-server

- name: Upload Cerberus runtime
# if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
uses: actions/upload-artifact@v4
with:
name: cerberus-runtime
path: cn-lsp/server/_opam/lib/cerberus/runtime

0 comments on commit 9620825

Please sign in to comment.