Skip to content

Commit 8416bb3

Browse files
committed
Clear entire working directory
1 parent e107f50 commit 8416bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ jobs:
159159
echo ::set-env name=HF_PFX_PASSPHRASE::${{secrets.pfx_key}}
160160
echo "::set-env name=HF_PFX_FILE::${{runner.workspace}}\build\codesign.pfx"
161161
fi
162-
- name: Clear Build Directory
162+
- name: Clear Working Directory
163163
if: matrix.os[1] == 'windows'
164164
shell: bash
165165
working-directory: ${{runner.workspace}}
166-
run: rm -rf build hifi symbols-temp
166+
run: rm -rf ./*
167167
- uses: actions/checkout@v1
168168
with:
169169
submodules: true

0 commit comments

Comments
 (0)