From 743137eae7a423c144febb94e4a0712099f2cab8 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 15 Oct 2022 00:20:31 +0900 Subject: [PATCH] rename --- .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 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