Skip to content

Commit

Permalink
ci: Fix building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuisyuu committed Jul 22, 2024
1 parent ed56a21 commit d0dcc61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: 9.0.x
- name: Add `nuget.voids.site` nuget source
run: dotnet nuget add source https://nuget.voids.site/v3/index.json -n nuget.voids.site
- name: Build
run: dotnet publish -c Release
- name: Upload Artifact
Expand Down

0 comments on commit d0dcc61

Please sign in to comment.