From 5b3e90eceb208029c8df8042a064ce1bf3e78f49 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 12 Oct 2023 17:10:54 +0200 Subject: [PATCH] .github/ci: Fix artifacts paths --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1367804dc3..cccfbde61c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -255,7 +255,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+=( @@ -266,7 +266,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. @@ -312,7 +312,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+=( @@ -323,7 +323,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.