diff --git a/.github/workflows/build-noodl-editor.yml b/.github/workflows/build-noodl-editor.yml index 00b3981..8950071 100644 --- a/.github/workflows/build-noodl-editor.yml +++ b/.github/workflows/build-noodl-editor.yml @@ -1,4 +1,4 @@ -name: Build noodl-editor +name: Build Code Crusher on: # Allows you to run this workflow manually from the Actions tab @@ -11,7 +11,7 @@ on: # types: [created] jobs: - build_noodl_editor: + build_code_crusher: runs-on: ${{ matrix.os }} strategy: @@ -55,12 +55,12 @@ jobs: - name: Install dependencies 🏗 run: npm install - - name: Build Noodl Viewer (build bundles and copy them to Noodl Editor) + - name: Build Code Crusher Viewer (build bundles and copy them to Code Crusher Editor) run: npm run build:editor:_viewer env: WORKSPACE_PATH: . - - name: Build Noodl Editor (build bundles etc and signing) + - name: Build Code Crusher Editor (build bundles etc and signing) run: npm run build:editor:_editor env: WORKSPACE_PATH: . @@ -72,6 +72,6 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: noodl-editor-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }} + name: code-crusher-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }} path: publish retention-days: "12" diff --git a/packages/noodl-editor/package.json b/packages/noodl-editor/package.json index 1865d13..f1a5eb3 100644 --- a/packages/noodl-editor/package.json +++ b/packages/noodl-editor/package.json @@ -1,10 +1,10 @@ { - "name": "noodl-editor", - "productName": "OpenNoodl Editor", + "name": "code-crusher-editor", + "productName": "Code Crusher", "description": "Full stack low code React app builder", "author": "The Low Code Foundation", "homepage": "https://thelowcodefoundation.com", - "version": "1.0.0", + "version": "1.0.1", "main": "src/main/main.js", "scripts": { "build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",