Skip to content

Commit

Permalink
Update dispatch-lod-conversion.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Ignacio Molteni <[email protected]>
  • Loading branch information
dalkia authored Jan 15, 2025
1 parent cdbf27a commit 74d580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-lod-conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
PIXYZPRODUCTNAME: ${{ secrets.PIXYZPRODUCTNAME }}
PIXYZTOKEN: ${{ secrets.PIXYZTOKEN }}
run: .\publish\DCL_PiXYZ.exe --sceneToConvert "${{ github.event.inputs.coords }}" --defaultOutputPath "${{ github.workspace }}\publish\OutputDirectoryPath" --defaultSceneLodManifestDirectory "${{ github.workspace }}\publish\scene-lod-entities-manifest-builder" --debugMode false --installNPM true --decimationValues "${{ github.event.inputs.decimationValues }}" --startingLODLevel "${{ github.event.inputs.startingLODLevel }}"
run: .\publish\DCL_PiXYZ.exe --sceneToConvert "${{ github.event.inputs.coords }}" --defaultOutputPath "${{ github.workspace }}\publish\OutputDirectoryPath" --defaultSceneLodManifestDirectory "${{ github.workspace }}\publish\scene-lod-entities-manifest-builder" --debugMode false --installNPM true --decimationValues "${{ github.event.inputs.decimationValues }}" --startingLODLevel "${{ github.event.inputs.startingLODLevel }}"

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 74d580d

Please sign in to comment.