Update build
This commit is contained in:
parent
f07a553d23
commit
8904d96055
4 changed files with 7 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ jobs:
|
|||
- name: Install packages
|
||||
run: pnpm install
|
||||
|
||||
- name: Check project
|
||||
run: pnpm run check
|
||||
|
||||
- name: Build project
|
||||
run: pnpm run build
|
||||
|
||||
- name: Check project
|
||||
run: pnpm run check
|
||||
|
||||
- name: Upload artifact
|
||||
run: |
|
||||
tar -czf build.tar.gz build
|
||||
|
|
|
|||
Loading…
Reference in a new issue