File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717env :
1818 CONFIG : ${{github.ref == 'refs/heads/main' && '--build-config=Shipping' || '--build-config=Development'}}
19+ LANE : ' --build-lane=ce4ue'
1920
2021jobs :
2122 package-host :
2526 - uses : actions/checkout@v4
2627 - run : git -C C:\dev\git\zrh-xr-devops\ pull -q
2728 - run : |
28- C:\dev\git\zrh-xr-devops\scripts\ue_build_action.py ${{github.workspace}} ${{github.ref_name}} vitruvio_host_package ${{env.CONFIG}}
29+ C:\dev\git\zrh-xr-devops\scripts\ue_build_action.py ${{ github.workspace }} ${{ github.ref_name }} vitruvio_host_package ${{ env.CONFIG }} ${{ env.LANE }}
2930 - run : |
30- C:\dev\git\zrh-xr-devops\scripts\ue_run_action.py ${{github.workspace}} ${{github.ref_name}} vitruvio_host_package
31+ C:\dev\git\zrh-xr-devops\scripts\ue_run_action.py ${{ github.workspace }} ${{ github.ref_name }} vitruvio_host_package
3132
3233 build-plugin :
3334 runs-on : [self-hosted, zrh-unreal]
3637 - uses : actions/checkout@v4
3738 - run : git -C C:\dev\git\zrh-xr-devops\ pull -q
3839 - run : |
39- C:\dev\git\zrh-xr-devops\scripts\ue_build_action.py ${{github.workspace}} ${{github.ref_name}} vitruvio_plugin_build
40+ C:\dev\git\zrh-xr-devops\scripts\ue_build_action.py ${{ github.workspace }} ${{ github.ref_name }} vitruvio_plugin_build ${{ env.LANE }}
You can’t perform that action at this time.
0 commit comments