From 6c5946363449423c85c5d3ba5e0cb0c39cb55fd5 Mon Sep 17 00:00:00 2001 From: Kunal Nagar Date: Tue, 14 Sep 2021 23:38:58 -0400 Subject: [PATCH] fix: Update artifact extract path --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6a47e19..e21382c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: ci.yml - path: . + path: ./ - name: Upload test coverage uses: codecov/codecov-action@v1 - name: Install dependencies