This commit is contained in:
Sacha Weatherstone 2024-10-06 23:57:35 +10:00
parent 72412e7519
commit 63ea03f81b
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
with:
github_token: ${{ github.token }}
- name: Generate code
run: buf generate dewars
run: buf generate
- name: Copy license
run: cp LICENSE packages/ts && cp LICENSE packages/rust
- name: Upload Rust code