Skip to content

Commit

Permalink
.github/ci: Fix artifacts paths
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Oct 12, 2023
1 parent fd89a64 commit 90127ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+=(
Expand All @@ -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.
Expand Down Expand Up @@ -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+=(
Expand All @@ -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.
Expand Down

0 comments on commit 90127ab

Please sign in to comment.