Update release.yml

Fix pathing in Crates.io publishing.
This commit is contained in:
Derek Bailey
2024-05-28 18:36:11 -07:00
committed by GitHub
parent a1378fbd16
commit 28783927af

View File

@@ -142,11 +142,11 @@ jobs:
- name: Publish Flatbuffers
uses: katyo/publish-crates@v2
with:
path: .rust/flatbuffers
path: ./rust/flatbuffers
registry-token: ${{ secrets.CARGO_TOKEN }}
- name: Publish Flexbuffers
uses: katyo/publish-crates@v2
with:
path: .rust/flexbuffers
path: ./rust/flexbuffers
registry-token: ${{ secrets.CARGO_TOKEN }}