made build step name more accurate

This commit is contained in:
Kim, Jimin 2021-12-09 17:51:00 +09:00
parent 3320eee8dd
commit 760caff5d2

View file

@ -17,7 +17,7 @@ jobs:
node-version: 16 node-version: 16
cache: yarn cache: yarn
cache-dependency-path: source/yarn.lock cache-dependency-path: source/yarn.lock
- name: Build - name: Install dependencies and Build
run: cd source && yarn install && yarn build run: cd source && yarn install && yarn build
- name: Archive Production Artifact - name: Archive Production Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master