Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y committed Oct 12, 2023
1 parent 93c3f4b commit 53acd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_devpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Restore and build neo-modules
run: |
cd neo-modules/src
cd neo-modules/
dotnet restore
dotnet build
Expand Down

0 comments on commit 53acd78

Please sign in to comment.