Skip to content

Commit e814713

Browse files
author
Weiming Zhao
committed
[CI] Cleanup directory before downloading
(cherry picked from commit 175b2aa)
1 parent ebdf717 commit e814713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
with:
117117
path: halo
118118
clean: false
119-
119+
- name: Cleanup
120+
run: rm -fr /tmp/download && mkdir -p /tmp/download
120121
- name: Download
121122
uses: actions/download-artifact@v2
122123
with:

0 commit comments

Comments
 (0)