From 3bb9a08630ce6393098a8a54eb1afed24350cd8c Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Thu, 12 Mar 2026 13:20:49 +0000 Subject: [PATCH] Added missing moonlight nuget source --- .gitea/workflows/publish-nuget.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml index 341ebed..fcb8925 100644 --- a/.gitea/workflows/publish-nuget.yml +++ b/.gitea/workflows/publish-nuget.yml @@ -28,7 +28,10 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - + + - name: Add moonlight nuget source + run: dotnet nuget add source --name Moonlight-Panel ${{ env.NUGET_SOURCE }} + # Frontend requires a host build + Tailwind compilation first - name: Build frontend host (Frontend only) if: matrix.project == 'MoonlightServers.Frontend'