diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56a7d63..bfdc2a3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ steps: # Downloads a GitHub Release from a repository. - task: DownloadGitHubRelease@0 inputs: - connection: 'mac-app-build' + connection: Jellyfin Release Download userRepository: 'jellyfin/jellyfin' defaultVersionType: 'latest' itemPattern: 'jellyfin_*_macos.tar.gz' @@ -71,4 +71,4 @@ steps: inputs: PathtoPublish: '$(System.DefaultWorkingDirectory)/build/Release/' ArtifactName: 'drop' - publishLocation: 'Container' \ No newline at end of file + publishLocation: 'Container'