Skip to content

Commit

Permalink
CI: generate a built extension artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Jan 27, 2025
1 parent 2c0714b commit b9902fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ jobs:
- name: Run all CI tasks
run: |
nix develop '.?submodules=1' --override-input linera-protocol ./linera-protocol --command pnpm run ci
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: linera-client
path: extension/dist/extension

0 comments on commit b9902fd

Please sign in to comment.