From 8b36b85900f26f49c68c37ded383d1b2c0e60906 Mon Sep 17 00:00:00 2001 From: Fevol Date: Wed, 6 Mar 2024 18:22:26 +0100 Subject: [PATCH] chore: fix parser path, electric trigaloo (III) --- .github/workflows/releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a262088..a0a733a 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -7,7 +7,7 @@ on: - "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10 env: - PLUGIN_NAME: commentator # Change this to the name of your plugin-id folder + PLUGIN_NAME: commentator jobs: build: @@ -19,14 +19,14 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "16.14" # You might need to adjust this value to your own version + node-version: "16.14" - name: Build id: build run: | cd ./src/editor/base/parser npm i --force npm run build --if-present - cd ../../.. + cd ../../../.. npm i --force npm run build --if-present mkdir ${{ env.PLUGIN_NAME }}