From 7c857c34e2c3b5808c5868eae1e9eb9b09e7b174 Mon Sep 17 00:00:00 2001 From: "Shahar \"Dawn\" Or" Date: Sat, 16 Nov 2024 03:16:07 +0700 Subject: [PATCH] production deploy download-artifact name --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6935240..19eb0189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/download-artifact@v3 with: + name: artifact path: deploy - uses: JamesIves/github-pages-deploy-action@v4 with: