Skip to content

Commit

Permalink
Update paths in github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Feb 22, 2024
1 parent b358313 commit 6ea3c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: NuGet/[email protected]

- name: Restore NuGet Packages
run: nuget restore Bonsai.PulsePal.sln
run: nuget restore src/Bonsai.PulsePal.sln

- name: Build Solution
run: msbuild Bonsai.PulsePal.sln /p:Configuration=Release
run: msbuild src/Bonsai.PulsePal.sln /p:Configuration=Release
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Restore NuGet Packages
run: msbuild -t:restore src\Bonsai.PulsePal.sln
run: msbuild -t:restore src/Bonsai.PulsePal.sln

- name: Setup DocFX
run: dotnet tool restore
Expand Down

0 comments on commit 6ea3c42

Please sign in to comment.