mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-22 21:43:37 +00:00
Add upload-artifact step.
This commit is contained in:
parent
8ca514b2b5
commit
bf1d16cc33
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user