Added missing moonlight nuget source

This commit is contained in:
2026-03-12 13:20:49 +00:00
parent 252c4103f3
commit 3bb9a08630

View File

@@ -29,6 +29,9 @@ jobs:
- 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'