[Tool] Fixed the CreateArtifact error in re-run workflow run(#55256)
Signed-off-by: andyziye <108652123+andyziye@users.noreply.github.com>
This commit is contained in:
parent
21d2fc774f
commit
fef49b5764
|
|
@ -504,7 +504,8 @@ jobs:
|
|||
name: head_sha
|
||||
path: ./head_sha.txt
|
||||
retention-days: 3
|
||||
overwrite: true
|
||||
|
||||
- name: Clean
|
||||
run: |
|
||||
rm -rf ${{ github.workspace }}/*
|
||||
rm -rf ${{ github.workspace }}/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue