mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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_FILE::${{runner.workspace}}\build\codesign.pfx"
|
||||
fi
|
||||
- name: Clear Build Directory
|
||||
- name: Clear Working Directory
|
||||
if: matrix.os[1] == 'windows'
|
||||
shell: bash
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: rm -rf build hifi symbols-temp
|
||||
run: rm -rf ./*
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
submodules: true
|
||||
|
|
Loading…
Reference in a new issue