Skip to content

Commit

Permalink
Fix npm url
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
1 parent ff90c9b commit 71de376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_LODs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71de376

Please sign in to comment.