Skip to content

Commit

Permalink
CI: generate a built extension artifact (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey authored Jan 31, 2025
1 parent 00142ad commit 8038aa8
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: Upload built extension
uses: actions/upload-artifact@v4
with:
name: linera-client
path: extension/dist/extension

0 comments on commit 8038aa8

Please sign in to comment.