From 40df3fb05f777a1182a236a100095508bb326d7f Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Mon, 25 Sep 2023 22:50:24 +0200 Subject: [PATCH] Fix repo.jellyfin.org upload issue --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5d9649e7..6eda28c6 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -92,7 +92,7 @@ jobs: with: switches: -vrptz path: jellyfin-chromecast-${{ matrix.flavor }}.zip - remote_path: /srv/repository/releases/client/chromecast/versions/${{ env.JELLYFIN_VERSION }} + remote_path: /srv/repository/releases/client/chromecast/versions/${{ env.JELLYFIN_VERSION }}/jellyfin-chromecast-${{ matrix.flavor }}.zip remote_host: ${{ secrets.DEPLOY_HOST }} remote_user: ${{ secrets.DEPLOY_USER }} remote_key: ${{ secrets.DEPLOY_KEY }}