We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4120d26 + 9895faa commit 62854d5Copy full SHA for 62854d5
.github/workflows/publish-test-results.yml
@@ -33,7 +33,7 @@ jobs:
33
do
34
IFS=$'\t' read name url <<< "$artifact"
35
gh api $url > "$name.zip"
36
- unzip -d "$name" "$name.zip"
+ unzip -o -d "$name" "$name.zip"
37
done
38
39
- name: "Publish test results"
0 commit comments