From b8ed998291651ad8ce5bc000e40fcb8253957de6 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Wed, 15 Sep 2021 17:32:51 +0300 Subject: [PATCH] Fix the name of the build artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ada44..51ae923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Archive production artifacts uses: actions/upload-artifact@v2 with: - name: out-folder + name: web-static path: out - name: Deploy to GitHub Pages 🚀