mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +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"
|
cache: "pnpm"
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: build
|
||||||
|
path: dist
|
||||||
- run: pnpm lint --no-fix
|
- run: pnpm lint --no-fix
|
||||||
|
Loading…
Reference in New Issue
Block a user