Skip to content

Commit

Permalink
Output the resultant build
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Jan 8, 2024
1 parent 73e6833 commit b8f5d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build_LODs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
with:
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/"
#- 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/"

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: output-artifacts
path: OutputDirectoryPath/
path: build_output/

0 comments on commit b8f5d9a

Please sign in to comment.