From e1c80d358cd8618c1e0fb4200a75515b22c2d673 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sun, 1 Jan 2023 15:27:25 -0600 Subject: [PATCH] download to site/static --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06a0902..127e8c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,11 +34,11 @@ jobs: - uses: actions/download-artifact@v3 with: name: creeper-windows-latest - path: static + path: site/static - uses: actions/download-artifact@v3 with: name: creeper-ubuntu-latest - path: static + path: site/static - uses: actions/setup-python@v4 with: python-version: '3.10'