Clear entire working directory

This commit is contained in:
Maia Hansen 2020-01-15 14:58:56 -08:00
parent e107f50a70
commit 8416bb3913

View file

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