From 57f0f9c5feec564b6a3039220af17d3fb2cbb72e Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 10 Dec 2022 09:25:33 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0a1b660fe7..70085c36c3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -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: @@ -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 \ No newline at end of file + ln -fs /srv/repository/releases/ffmpeg/${version} /srv/repository/releases/server/${{ matrix.arrays.distro }}/unstable/ffmpeg