diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0adf33deced..913a2fcc328 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -268,7 +268,7 @@ jobs: prepare_env_vars_and_params_for_release "${arch}" "${git_tag}" "${var_names[@]}" package_diff_env+=( - "FROM_B=file://${PWD}/artifacts/${arch}-usr/latest" + "FROM_B=file://${PWD}/artifacts/images" # BOARD_B and CHANNEL_B are unused. ) package_diff_params+=( @@ -279,7 +279,7 @@ jobs: ) # Nothing to add to size changes env. size_changes_params+=( - "local:${PWD}/artifacts/${arch}-usr/latest" + "local:${PWD}/artifacts/images" ) show_changes_env+=( # Override the default locations of repositories. @@ -325,7 +325,7 @@ jobs: prepare_env_vars_and_params_for_bincache "${arch}" "${git_tag}" "${var_names[@]}" package_diff_env+=( - "FROM_B=file://${PWD}/artifacts/${arch}-usr/latest" + "FROM_B=file://${PWD}/artifacts/images" # BOARD_B and CHANNEL_B are unused. ) package_diff_params+=( @@ -336,7 +336,7 @@ jobs: ) # Nothing to add to size changes env. size_changes_params+=( - "local:${PWD}/artifacts/${arch}-usr/latest" + "local:${PWD}/artifacts/images" ) show_changes_env+=( # Override the default locations of repositories.