Skip to content

Commit 48f2261

Browse files
committed
Updated PR builds with appropriate syntax for the cleanup step
1 parent 8416bb3 commit 48f2261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
echo ::set-env name=ARTIFACT_PATTERN::HighFidelity-Beta-*.$INSTALLER_EXT
6565
# Build type variables
6666
echo ::set-env name=INSTALLER::HighFidelity-Beta-$RELEASE_NUMBER-$GIT_COMMIT_SHORT.$INSTALLER_EXT
67-
- name: Clear Build Directory
67+
- name: Clear Working Directory
6868
if: matrix.os[1] == 'windows'
6969
shell: bash
7070
working-directory: ${{runner.workspace}}
71-
run: rm -rf ${{runner.workspace}}/*
71+
run: rm -rf ./*
7272
- uses: actions/checkout@v1
7373
with:
7474
submodules: true

0 commit comments

Comments
 (0)