build.yaml sudo mkdir and build
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -45,8 +45,8 @@ jobs:
|
||||
targetPlatform: ${{ matrix.targetPlatform }}
|
||||
- name: Copy Tools Directory
|
||||
run: |
|
||||
mkdir -p build/${{ matrix.targetPlatform }}/Tools
|
||||
cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
|
||||
sudo mkdir -p build/${{ matrix.targetPlatform }}/Tools
|
||||
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
|
||||
- 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