Skip to content

Commit

Permalink
[CI] Cleanup directory before downloading
Browse files Browse the repository at this point in the history
(cherry picked from commit 175b2aa)
  • Loading branch information
Weiming Zhao committed Dec 10, 2021
1 parent ebdf717 commit e814713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
with:
path: halo
clean: false

- name: Cleanup
run: rm -fr /tmp/download && mkdir -p /tmp/download
- name: Download
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit e814713

Please sign in to comment.