mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add nanopb codegen
This commit is contained in:
parent
31d8b9143d
commit
4fd6cb0720
3 changed files with 8 additions and 0 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue