diff --git a/.github/workflows/test_devpack.yml b/.github/workflows/test_devpack.yml index 2b1831db75..2215ef56ce 100644 --- a/.github/workflows/test_devpack.yml +++ b/.github/workflows/test_devpack.yml @@ -33,7 +33,7 @@ jobs: - name: Restore and build neo-devpack-dotnet run: | - cd neo-devpack-dotnet/src/ + cd neo-devpack-dotnet/ dotnet restore dotnet build diff --git a/.github/workflows/test_plugins.yml b/.github/workflows/test_plugins.yml index c1b7e10e1f..536a4ecbde 100644 --- a/.github/workflows/test_plugins.yml +++ b/.github/workflows/test_plugins.yml @@ -36,7 +36,7 @@ jobs: - name: Restore and build neo-modules run: | - cd neo-modules/src + cd neo-modules/ dotnet restore dotnet build