Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/035bb0e17a5270432ff8d4a5a2dcdc47bc3cb643/docker/Build-Artifacts.ps1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
[CmdletBinding()]
|
|
param (
|
|
$runtime = "linux-musl-x64"
|
|
)
|
|
|
|
$artifactDir="$PSScriptRoot\artifacts"
|
|
|
|
Remove-Item $artifactDir -Recurse -Force -ErrorAction SilentlyContinue
|
|
dotnet publish "$PSScriptRoot\..\src\Recyclarr" -o "$artifactDir\recyclarr-$runtime" -r $runtime
|