From 6c1a8d38a3b54fd269bf7d39f8b21a4d4bbe5997 Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 02:39:32 +0800 Subject: [PATCH] fix path --- .github/workflows/test_devpack.yml | 2 +- .github/workflows/test_plugins.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_devpack.yml b/.github/workflows/test_devpack.yml index a35e7152a6..8cda889dad 100644 --- a/.github/workflows/test_devpack.yml +++ b/.github/workflows/test_devpack.yml @@ -24,7 +24,7 @@ jobs: sed -i '//i \ ' ./neo-devpack-dotnet/src/Neo.Compiler.CSharp/Neo.Compiler.CSharp.csproj + sed -i '/<\/ItemGroup>/i \ ' ./neo-devpack-dotnet/src/Neo.Compiler.CSharp/Neo.Compiler.CSharp.csproj - name: Setup .NET Core uses: actions/setup-dotnet@v1 diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index a3f52d268d..39fbe4d507 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