fix artifact creation and remove redundant step
All checks were successful
Actions / Build Plugins (push) Successful in 20s
All checks were successful
Actions / Build Plugins (push) Successful in 20s
This commit is contained in:
parent
d184cff8d6
commit
0b30f55017
1 changed files with 1 additions and 6 deletions
|
@ -17,11 +17,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
cache: 'yarn'
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build plugins
|
- name: Build plugins
|
||||||
|
@ -30,4 +25,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: plugins-build
|
name: plugins-build
|
||||||
path: .dist/
|
path: dist/
|
||||||
|
|
Loading…
Add table
Reference in a new issue