Update .github/workflows/build.yaml
This commit is contained in:
parent
1dd363ce37
commit
6108cf9398
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -17,12 +17,11 @@ jobs:
|
|||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: npm run build && ls && ls dist
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist
|
|
||||||
path: dist
|
path: dist
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user