diff --git a/.github/workflows/publishlib.yml b/.github/workflows/publishlib.yml index 7e7a4579ca9..7fd932f5309 100644 --- a/.github/workflows/publishlib.yml +++ b/.github/workflows/publishlib.yml @@ -32,7 +32,7 @@ jobs: IFS=$'\t' read name url <<< "$artifact" gh api $url > "$name.zip" unzip -j "$name.zip" -d "temp_$name" - if [[ "$name" == "pr_num" ]]; then + if [[ "$name" == "pr_number" ]]; then mv "temp_$name"/* workflows else mv "temp_$name"/* libraries-report diff --git a/.github/workflows/publishsizes.yml b/.github/workflows/publishsizes.yml index 8c4a957b22b..88b2eb0f113 100644 --- a/.github/workflows/publishsizes.yml +++ b/.github/workflows/publishsizes.yml @@ -46,7 +46,7 @@ jobs: IFS=$'\t' read name url <<< "$artifact" gh api $url > "$name.zip" unzip -j "$name.zip" -d "temp_$name" - if [[ "$name" == "pr_num" ]]; then + if [[ "$name" == "pr_number" ]]; then mv "temp_$name"/* sizes-report elif [[ "$name" == "pr_cli"* ]]; then mv "temp_$name"/* sizes-report/pr