made build step name more accurate
This commit is contained in:
parent
3320eee8dd
commit
760caff5d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue