mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Merge pull request #355 from mcarlton00/i-hate-dashes
Fix variable name in pipeline
This commit is contained in:
commit
3608f9d504
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
sshEndpoint: repository
|
sshEndpoint: repository
|
||||||
sourceFolder: '${Agent.BuildDirectory}'
|
sourceFolder: '${Agent.BuildDirectory}'
|
||||||
contents: 'plugin.video.jellyfin-${{ py-version }}.zip'
|
contents: 'plugin.video.jellyfin-${{ py_version }}.zip'
|
||||||
targetFolder: '/srv/repository/incoming/kodi'
|
targetFolder: '/srv/repository/incoming/kodi'
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue