From ed5a80bcd324d437f767e22c3824d4d48f48b7ab Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Tue, 30 Jul 2024 00:00:31 -0600 Subject: [PATCH] wrong download path --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b7b2ed2..1c0f68d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -37,7 +37,7 @@ jobs: uses: actions/download-artifact@v4 with: name: website - path: /website + path: /mnt/HDD/website - name: Stop Website run: | systemctl stop emulatorjs-org