diff --git a/.github/workflows/cargo-publish.yml b/.github/workflows/cargo-publish.yml index 9766acea80..fa8c26387f 100644 --- a/.github/workflows/cargo-publish.yml +++ b/.github/workflows/cargo-publish.yml @@ -28,4 +28,5 @@ jobs: - uses: katyo/publish-crates@v2 with: registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} - args: '--all-features' \ No newline at end of file + args: '--all-features' + path: ./rust \ No newline at end of file