Update .github/workflows/build.yaml
Some checks failed
Build / Build NPM Project (push) Failing after 27s
Build / Tag Version (push) Has been skipped

This commit is contained in:
Zakary Timson 2023-12-15 03:06:45 +00:00
parent 1dd363ce37
commit 6108cf9398

View File

@ -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