From d2e258c6b22f2654453f78074c57ae472609ffc4 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Wed, 23 Sep 2020 00:07:19 +0100 Subject: [PATCH] fix(package): ensure build asset is used when packaging --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c7f2bc37e..7529ed30f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -92,7 +92,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: actions/upload-artifact@v2 with: - name: build + name: dist path: dist release: name: Release @@ -116,7 +116,7 @@ jobs: - name: Fetch build uses: actions/download-artifact@v2 with: - name: build + name: dist - name: Release env: