From 71de376fcbdce1c75d21bfc0a122bdbe4c1bf1cb Mon Sep 17 00:00:00 2001 From: Juan Molteni Date: Mon, 8 Jan 2024 11:25:45 -0300 Subject: [PATCH] Fix npm url --- .github/workflows/Build_LODs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build_LODs.yml b/.github/workflows/Build_LODs.yml index e22ded45..42c5e1b4 100644 --- a/.github/workflows/Build_LODs.yml +++ b/.github/workflows/Build_LODs.yml @@ -39,7 +39,7 @@ jobs: node-version: '18.14.2' - name: Run the application - run: .\build_output\DCL_PiXYZ.exe "${{ github.event.inputs.sceneType }}" "${{ github.event.inputs.sceneDescription }}" "${{ github.event.inputs.decimationRatio }}" "../scene-lod-entities-manifest-builder/" "OutputDirectoryPath/" + run: .\build_output\DCL_PiXYZ.exe "${{ github.event.inputs.sceneType }}" "${{ github.event.inputs.sceneDescription }}" "${{ github.event.inputs.decimationRatio }}" "scene-lod-entities-manifest-builder/" "OutputDirectoryPath/" - name: Upload artifacts uses: actions/upload-artifact@v2