Skip to content

Commit 82222da

Browse files
authored
Merge branch 'master' into brent/autosportLabs-esp32-can-x2_board_support
2 parents ce32e59 + 3267469 commit 82222da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishlib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
IFS=$'\t' read name url <<< "$artifact"
3333
gh api $url > "$name.zip"
3434
unzip -j "$name.zip" -d "temp_$name"
35-
if [[ "$name" == "pr_num" ]]; then
35+
if [[ "$name" == "pr_number" ]]; then
3636
mv "temp_$name"/* workflows
3737
else
3838
mv "temp_$name"/* libraries-report

.github/workflows/publishsizes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
IFS=$'\t' read name url <<< "$artifact"
4747
gh api $url > "$name.zip"
4848
unzip -j "$name.zip" -d "temp_$name"
49-
if [[ "$name" == "pr_num" ]]; then
49+
if [[ "$name" == "pr_number" ]]; then
5050
mv "temp_$name"/* sizes-report
5151
elif [[ "$name" == "pr_cli"* ]]; then
5252
mv "temp_$name"/* sizes-report/pr

0 commit comments

Comments
 (0)