fix artifact creation and remove redundant step
All checks were successful
Actions / Build Plugins (push) Successful in 20s

This commit is contained in:
cswimr 2024-12-23 01:43:48 -05:00
parent d184cff8d6
commit 0b30f55017
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -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/