From 3efc7105880a4b69abcb02cecd2e9048b3271fdd Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 02:37:38 +0800 Subject: [PATCH] path --- .github/workflows/test_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index 536a4ecbde..a3f52d268d 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -27,7 +27,7 @@ jobs: # Add a ProjectReference to the local Neo project # Assuming the neo project's main .csproj is in its src/neo directory # Adding the ProjectReference to the Directory.Build.props is unconventional, but for the sake of this example, let's do it. - sed -i '/<\/ItemGroup>/i \ ' $props_path + sed -i '/<\/ItemGroup>/i \ ' $props_path - name: Setup .NET Core uses: actions/setup-dotnet@v1