We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce32e59 + 3267469 commit 82222daCopy full SHA for 82222da
.github/workflows/publishlib.yml
@@ -32,7 +32,7 @@ jobs:
32
IFS=$'\t' read name url <<< "$artifact"
33
gh api $url > "$name.zip"
34
unzip -j "$name.zip" -d "temp_$name"
35
- if [[ "$name" == "pr_num" ]]; then
+ if [[ "$name" == "pr_number" ]]; then
36
mv "temp_$name"/* workflows
37
else
38
mv "temp_$name"/* libraries-report
.github/workflows/publishsizes.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
mv "temp_$name"/* sizes-report
51
elif [[ "$name" == "pr_cli"* ]]; then
52
mv "temp_$name"/* sizes-report/pr
0 commit comments