mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 04:39:51 +02:00
Clear entire working directory
This commit is contained in:
parent
e107f50a70
commit
8416bb3913
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master_build.yml
vendored
4
.github/workflows/master_build.yml
vendored
|
@ -159,11 +159,11 @@ jobs:
|
||||||
echo ::set-env name=HF_PFX_PASSPHRASE::${{secrets.pfx_key}}
|
echo ::set-env name=HF_PFX_PASSPHRASE::${{secrets.pfx_key}}
|
||||||
echo "::set-env name=HF_PFX_FILE::${{runner.workspace}}\build\codesign.pfx"
|
echo "::set-env name=HF_PFX_FILE::${{runner.workspace}}\build\codesign.pfx"
|
||||||
fi
|
fi
|
||||||
- name: Clear Build Directory
|
- name: Clear Working Directory
|
||||||
if: matrix.os[1] == 'windows'
|
if: matrix.os[1] == 'windows'
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
run: rm -rf build hifi symbols-temp
|
run: rm -rf ./*
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
Loading…
Reference in a new issue