Added missing moonlight nuget source
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user