Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat authored Aug 3, 2023
1 parent 828d510 commit 66cfd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
dotnet-version: 7.0.x
submodules: recursive
- name: Restore
run: dotnet restore "src/Mixcore.sln"
run: dotnet restore "${{ github.workspace }}\src\Mixcore.sln"
- name: Build
run: dotnet build "src/Mixcore.sln" --no-restore
run: dotnet build "${{ github.workspace }}\src\Mixcore.sln" --no-restore

0 comments on commit 66cfd0f

Please sign in to comment.