build.yaml sudo mkdir and build

master
Daniel Lovell 2024-10-02 12:26:43 -07:00
parent 090c3168ec
commit 45cdf740b1
1 changed files with 2 additions and 2 deletions

View File

@ -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'