From 53acd7882469c67d9481ae80c1ecfe03835ba39e Mon Sep 17 00:00:00 2001 From: Jinghui Liao Date: Fri, 13 Oct 2023 02:26:49 +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 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