Skip to content

Commit 707518a

Browse files
authored
Merge pull request #10429 from vvbandeira/clang-unzip
gha: overwrite files when extracting
2 parents 52e5336 + bb7c051 commit 707518a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-clang-tidy-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
const fs = require('fs');
3434
fs.writeFileSync('${{github.workspace}}/clang-tidy-review.zip', Buffer.from(download.data));
3535
- name: 'Unzip artifact'
36-
run: unzip clang-tidy-review.zip
36+
run: unzip -o clang-tidy-review.zip
3737
- uses: The-OpenROAD-Project/clang-tidy-review/post@master

0 commit comments

Comments
 (0)