From 66fc339bd23d4012b4718b1ef2fe89bf4bb1f6d9 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 18 Dec 2022 12:10:56 -0500 Subject: [PATCH] Fix artifact name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fcfc5e7..e20a9a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Download bundle artifact uses: actions/download-artifact@v2 with: - name: website + name: website-static-bundle path: ./public - name: Deploy to GitHub Pages