From 4b0da0d2c8f1c17b2c7a3551572f27e3f036585b Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Tue, 13 Feb 2024 19:28:17 -0800 Subject: [PATCH] Fix workflow reference path --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 46eaa7fc..a25f6e7c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -115,7 +115,7 @@ jobs: - os: windows-latest-8-cores target: x86_64-pc-windows-msvc cargo-hack-feature-options: --features opt --ignore-unknown-features - uses: stellar/soroban-rpc/.github/workflows/rust-publish-dry-run.yml@main + uses: ./.github/workflows/rust-publish-dry-run.yml@main with: crates: soroban-rpc runs-on: ${{ matrix.os }}