Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu authored Sep 11, 2024
1 parent 9fcfcd9 commit 1d808ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Download NuGet package
run: |
wget https://github.com/Uotan-Dev/SukiUI-Uotan/releases/download/v6.0.0/SukiUI.6.0.0.nupkg
nuget add SukiUI.6.0.0.nupkg -Source $(pwd)
dotnet restore
nuget add SukiUI.6.0.0.nupkg -Source /home/runner/work/UotanToolboxNT/
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 1d808ef

Please sign in to comment.