diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ede6da0b2..948f5d3bac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: id: upload-artifact uses: actions/upload-artifact@v3 with: - name: build-files + name: build-assets path: | index.* compiler.* @@ -58,7 +58,7 @@ jobs: uses: actions/download-artifact@v3 id: download-artifact with: - name: build-files + name: build-assets - run: npm install env: SKIP_PREPARE: true