diff --git a/.github/workflows/test_devpack.yml b/.github/workflows/test_devpack.yml index 8cda889dad..2215ef56ce 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