From 39626352863c105d18889c1057cc02bb37b6f234 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Mon, 24 Jun 2024 22:59:32 -0400 Subject: [PATCH] Update NSSM URL Update the URL to the new location --- .github/workflows/_meta-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_meta-publish.yaml b/.github/workflows/_meta-publish.yaml index b29ae0e..ab60212 100644 --- a/.github/workflows/_meta-publish.yaml +++ b/.github/workflows/_meta-publish.yaml @@ -31,7 +31,7 @@ jobs: - name: Add NSSM run: | - Invoke-WebRequest 'https://repo.jellyfin.org/releases/other/nssm.zip' -OutFile 'nssm.zip' + Invoke-WebRequest 'https://repo.jellyfin.org/files/other/nssm.zip' -OutFile 'nssm.zip' Expand-Archive 'nssm.zip' Copy-Item ".\nssm\nssm.exe" -Destination $(Resolve-Path .\jellyfin\jellyfin)