Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smilefounder authored Aug 3, 2023
1 parent 7a1beb0 commit cfdef9d
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 @@ -25,6 +25,6 @@ jobs:
dotnet-version: 7.0.x
submodules: recursive
- name: Restore
run: dotnet restore src\Mixcore.sln
run: dotnet restore /src/Mixcore.sln
- name: Build
run: dotnet build src\Mixcore.sln --no-restore
run: dotnet build /src/Mixcore.sln --no-restore

0 comments on commit cfdef9d

Please sign in to comment.