Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix pathing in Crates.io publishing.
  • Loading branch information
dbaileychess authored May 29, 2024
1 parent a1378fb commit 2878392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2878392

Please sign in to comment.