mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-09 05:06:09 +02:00
Update docker-build.yml
This commit is contained in:
parent
e0bcfe4878
commit
e09d402830
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -18,6 +18,10 @@ jobs:
|
|||
git remote add upstream https://github.com/Lidarr/Lidarr.git
|
||||
git fetch upstream refs/tags/v3.1.0.4875:refs/tags/v3.1.0.4875
|
||||
git checkout v3.1.0.4875
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Check file exists
|
||||
run: find src/NzbDrone.Core/Music -name "RefreshArtistService.cs"
|
||||
|
||||
- name: Apply fix
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue