Add Simulation_Logging guide, reorg docs for dev guide
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -45,8 +45,7 @@ jobs:
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
- name: Copy Tools Directory
|
||||
run: |
|
||||
sudo mkdir -p build/${{ matrix.targetPlatform }}/Tools
|
||||
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
|
||||
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/
|
||||
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
||||
run: cd build/${{ matrix.targetPlatform }} && sudo zip -r ../build-${{ matrix.targetPlatform }}.zip * && cd -
|
||||
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
||||
|
||||
Reference in New Issue
Block a user