From 760caff5d2218fca22fa510f95f17b5b6b925a65 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 9 Dec 2021 17:51:00 +0900 Subject: [PATCH] made build step name more accurate --- .github/workflows/firebase-hosting-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-deploy.yml b/.github/workflows/firebase-hosting-deploy.yml index 76031ac..7bd5bd6 100644 --- a/.github/workflows/firebase-hosting-deploy.yml +++ b/.github/workflows/firebase-hosting-deploy.yml @@ -17,7 +17,7 @@ jobs: node-version: 16 cache: yarn cache-dependency-path: source/yarn.lock - - name: Build + - name: Install dependencies and Build run: cd source && yarn install && yarn build - name: Archive Production Artifact uses: actions/upload-artifact@master