We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8416bb3 commit 48f2261Copy full SHA for 48f2261
.github/workflows/pr_build.yml
@@ -64,11 +64,11 @@ jobs:
64
echo ::set-env name=ARTIFACT_PATTERN::HighFidelity-Beta-*.$INSTALLER_EXT
65
# Build type variables
66
echo ::set-env name=INSTALLER::HighFidelity-Beta-$RELEASE_NUMBER-$GIT_COMMIT_SHORT.$INSTALLER_EXT
67
- - name: Clear Build Directory
+ - name: Clear Working Directory
68
if: matrix.os[1] == 'windows'
69
shell: bash
70
working-directory: ${{runner.workspace}}
71
- run: rm -rf ${{runner.workspace}}/*
+ run: rm -rf ./*
72
- uses: actions/checkout@v1
73
with:
74
submodules: true
0 commit comments