ci: Add artifact upload again
This commit is contained in:
parent
28fb2c819c
commit
608f2e7da9
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ build:
|
||||||
- pnpm-lock.yaml
|
- pnpm-lock.yaml
|
||||||
paths:
|
paths:
|
||||||
- .pnpm-store
|
- .pnpm-store
|
||||||
|
artifacts:
|
||||||
|
untracked: true
|
||||||
|
exclude: !dist/**
|
||||||
|
paths:
|
||||||
|
- dist
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
|
|
Loading…
Add table
Reference in a new issue