Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegoldfish authored Jun 29, 2024
1 parent 44d03f3 commit c65f695
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.5
- name: Restore NuGet packages
run: nuget restore <YourSolutionName>.sln
run: |
cd Magitek
nuget restore Magitek.sln
- name: Build solution
run: |
cd Magitek
Expand Down

0 comments on commit c65f695

Please sign in to comment.