mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add upload-artifact step.
This commit is contained in:
parent
8ca514b2b5
commit
bf1d16cc33
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue