mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix variable name in pipeline
This commit is contained in:
parent
564982919d
commit
9702ce409a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ steps:
|
|||
inputs:
|
||||
sshEndpoint: repository
|
||||
sourceFolder: '${Agent.BuildDirectory}'
|
||||
contents: 'plugin.video.jellyfin-${{ py-version }}.zip'
|
||||
contents: 'plugin.video.jellyfin-${{ py_version }}.zip'
|
||||
targetFolder: '/srv/repository/incoming/kodi'
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||
|
||||
|
|
Loading…
Reference in a new issue