Skip to content

Commit

Permalink
fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 9, 2024
1 parent cce9da0 commit 50e0da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Add local NuGet package file
continue-on-error: true
run: dotnet add package -s ../../../binding/dotnet/Rhino/bin/Release Rhino
working-directory: binding/dotnet/RhinoDemo
working-directory: demo/dotnet/RhinoDemo
# ********************************************************

- name: Run Demo Codestyle
Expand Down

0 comments on commit 50e0da9

Please sign in to comment.