Update docker-build.yml

This commit is contained in:
Matthew Phelps 2026-03-18 23:07:39 +11:00 committed by GitHub
parent e0bcfe4878
commit e09d402830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |