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'