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.
1 parent 1ffcf48 commit 65f3991Copy full SHA for 65f3991
action.yml
@@ -58,7 +58,7 @@ runs:
58
latest_dir=${conformance_dir}/${runner}_latest
59
tag_dir=${conformance_dir}/${runner}_${tag}
60
61
- rm -rf $latest_di $tag_dir
+ rm -rf $latest_dir $tag_dir
62
printf '{ "subject": "release", "status": "%s", "color": "blue" }' ${tag} > $badgedir/version.json
63
cp -r $badgedir $latest_dir
64
cp -r $badgedir $tag_dir
0 commit comments