Save CI build
This commit is contained in:
parent
5ad0c98252
commit
6d49de0421
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@ jobs:
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
- name: Save build
|
||||||
|
uses: forgejo/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: webroot
|
||||||
|
path: dist/prod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue