Skip to content

Commit d0c69ee

Browse files
authored
Remove directories that might exist before population
1 parent cad0c64 commit d0c69ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python get-pip.py
2424
refreshenv
2525
pip install py7zr lxml requests semantic-version
26+
Remove-Item -Recurse -Force C:\Qt
2627
mkdir C:\Qt
2728
pushd C:\Qt
2829
git clone https://github.com/engnr/qt-downloader.git
@@ -119,7 +120,7 @@ jobs:
119120
steps:
120121
- uses: actions/checkout@v3
121122
- name: Create artifact directory
122-
run: mkdir /tmp/artifacts
123+
run: rm -rf /tmp/artifacts && mkdir /tmp/artifacts
123124
- uses: actions/download-artifact@v3
124125
with:
125126
path: /tmp/artifacts

0 commit comments

Comments
 (0)