Skip to content

Commit 8038aa8

Browse files
authored
CI: generate a built extension artifact (#34)
1 parent 00142ad commit 8038aa8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ jobs:
4343
- name: Run all CI tasks
4444
run: |
4545
nix develop '.?submodules=1' --override-input linera-protocol ./linera-protocol --command pnpm run ci
46+
- name: Upload built extension
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: linera-client
50+
path: extension/dist/extension

0 commit comments

Comments
 (0)