Add upload-artifact step.

This commit is contained in:
Kavin 2023-08-27 16:22:42 +01:00
parent 8ca514b2b5
commit bf1d16cc33
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F

View File

@ -19,4 +19,8 @@ jobs:
cache: "pnpm"
- run: pnpm install
- run: pnpm build
- uses: actions/upload-artifact@v3
with:
name: build
path: dist
- run: pnpm lint --no-fix