From f9dabf511a0fd3e0d924d9f32deb38171ac884e1 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Tue, 28 May 2024 18:28:18 -0700 Subject: [PATCH] Update release.yml Update working directory of crates.io publishing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c00e29ff..8c837fd01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ./rust + working-directory: ./rust/flatbuffers steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1