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: