mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-09 05:06:09 +02:00
Replace DLL search with copy command in workflow
This commit is contained in:
parent
c30528268b
commit
254a121aa1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Build NzbDrone.Core
|
||||
run: dotnet build src/NzbDrone.Core/Lidarr.Core.csproj --configuration Release --no-restore -p:RunAnalyzers=false
|
||||
|
||||
- name: Find DLL
|
||||
run: find /home/runner/work -name "Lidarr.Core.dll" 2>/dev/null || echo "DLL not found anywhere"
|
||||
- name: Copy DLL to root
|
||||
run: cp _output/net8.0/Lidarr.Core.dll ./Lidarr.Core.dll
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue