upload build artifact in the build workflow
Some checks failed
Actions / Build Plugins (push) Has been cancelled
Some checks failed
Actions / Build Plugins (push) Has been cancelled
This commit is contained in:
parent
8779cffba2
commit
945e9b14b8
1 changed files with 5 additions and 0 deletions
|
@ -26,3 +26,8 @@ jobs:
|
|||
run: yarn install --frozen-lockfile
|
||||
- name: Build plugins
|
||||
run: yarn run build
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: plugins-build
|
||||
path: .dist/
|
||||
|
|
Loading…
Reference in a new issue