mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
Add upload-artifact step.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user