Skip to content

Commit

Permalink
Merge pull request #203 from jellyfin/Shadowghost-patch-1
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
nyanmisaka committed Dec 10, 2022
2 parents 3ae3885 + 57f0f9c commit 37b2bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Expand Up @@ -68,7 +68,7 @@ jobs:
{distro: 'ubuntu', codename: 'kinetic'},
{distro: 'ubuntu', codename: 'jammy'},
{distro: 'ubuntu', codename: 'focal'},
{distro: 'ubuntu', codename: 'bionic'},
{distro: 'ubuntu', codename: 'bionic'}
]
steps:
- name: Sync mirrors and update symlinks
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ln -fs /srv/repository/releases/server/${{ matrix.arrays.distro }}/versions/jellyfin-ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/stable-pre/ffmpeg
ln -fs /srv/repository/releases/server/${{ matrix.arrays.distro }}/versions/jellyfin-ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/unstable/ffmpeg
maintain_repository_portable:
maintain_repository_portable:
name: Maintain Repository
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -133,4 +133,4 @@ maintain_repository_portable:
ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/ffmpeg
ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/stable/ffmpeg
ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/stable-pre/ffmpeg
ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/unstable/ffmpeg
ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/unstable/ffmpeg

0 comments on commit 37b2bae

Please sign in to comment.