build.yaml sudo mkdir and build
parent
090c3168ec
commit
45cdf740b1
|
@ -45,8 +45,8 @@ jobs:
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
- name: Copy Tools Directory
|
- name: Copy Tools Directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/${{ matrix.targetPlatform }}/Tools
|
sudo mkdir -p build/${{ matrix.targetPlatform }}/Tools
|
||||||
cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
|
sudo cp -r Tools/ build/${{ matrix.targetPlatform }}/Tools/
|
||||||
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
||||||
run: cd build/${{ matrix.targetPlatform }} && sudo zip -r ../build-${{ matrix.targetPlatform }}.zip * && cd -
|
run: cd build/${{ matrix.targetPlatform }} && sudo zip -r ../build-${{ matrix.targetPlatform }}.zip * && cd -
|
||||||
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
- if: matrix.targetPlatform == 'StandaloneWindows64'
|
||||||
|
|
Loading…
Reference in New Issue