From f75149a263fab51eda85ea6452ee71abfde702fa Mon Sep 17 00:00:00 2001 From: Michael Tiller Date: Thu, 31 Aug 2023 16:27:04 -0400 Subject: [PATCH] ci: specify artifact download path --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1e71cfdb..624c635b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,7 @@ jobs: id: dvc-cache-save uses: actions/cache/save@v3 with: - path: | - .dvc/cache + path: .dvc/cache key: dvc-cache-key generate_korean_site: runs-on: ubuntu-latest @@ -58,6 +57,7 @@ jobs: uses: actions/download-artifact@v3 with: name: build-artifacts + path: text/build - name: Publish Korean Site run: make korean_site - name: Archive Korean Site