Update CI for new runner image #5
1 changed files with 5 additions and 0 deletions
|
@ -33,3 +33,8 @@ jobs:
|
|||
run: yarn install
|
||||
- name: 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