fix download url template
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-10-17 21:03:31 +02:00
parent 60970e3459
commit 022d2e4173
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- block:
- name: Install portable binary
unarchive:
src: https://repo.jellyfin.org/releases/server/linux/jellyfin_{{ jellyfin_version }}.portable.tar.gz
src: https://repo.jellyfin.org/releases/server/linux/versions/{{ jellyfin_version }}/jellyfin_{{ jellyfin_version }}.portable.tar.gz
dest: "{{ jellyfin_base_dir }}/{{ jellyfin_version }}"
extra_opts:
- --strip-components=1