add nanopb codegen

This commit is contained in:
Sacha Weatherstone 2024-10-25 16:31:21 +10:00
parent 31d8b9143d
commit 4fd6cb0720
No known key found for this signature in database
3 changed files with 8 additions and 0 deletions

View file

@ -43,6 +43,11 @@ jobs:
with:
name: ts_code
path: packages/ts
- name: Upload C code
uses: actions/upload-artifact@v4
with:
name: c_code
path: packages/c
publish-jsr:
runs-on: ubuntu-24.04