mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Move generated protobuf files from meshtastic/ to lib/ root
This commit is contained in:
parent
cfa561adae
commit
5fced3fa92
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -57,6 +57,9 @@ jobs:
|
|||
- name: Generate protobuf code
|
||||
run: buf generate
|
||||
|
||||
- name: Move generated files to lib root
|
||||
run: mv packages/ts/lib/meshtastic/*_pb.ts packages/ts/lib/
|
||||
|
||||
- name: Show generated files
|
||||
run: |
|
||||
echo "=== packages/ts contents ==="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue