Update DLL search path in Docker build workflow

This commit is contained in:
Matthew Phelps 2026-03-18 22:42:12 +11:00 committed by GitHub
commit c30528268b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
run: dotnet build src/NzbDrone.Core/Lidarr.Core.csproj --configuration Release --no-restore -p:RunAnalyzers=false
- name: Find DLL
run: find src/NzbDrone.Core -name "*.dll" | head -20
run: find /home/runner/work -name "Lidarr.Core.dll" 2>/dev/null || echo "DLL not found anywhere"
- name: Login to Docker Hub
uses: docker/login-action@v3