From d0dcc6193d745207c360412f75ef7e76b0fba6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=88=E7=BA=BE?= <100036558+Yuisyuu@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:19:48 +0800 Subject: [PATCH] ci: Fix building workflow --- .github/workflows/dotnet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f88d43e..6a9ff9a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v4.0.1 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