From a13d0572189fb5be3b6e581d26d31dc186657f04 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 22 May 2023 16:52:55 -0700 Subject: [PATCH] fix path in cargo release ci --- .github/workflows/cargo-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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