Skip to content

Commit

Permalink
[release builder] fix framework update ordering (#14816)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgao1996 authored Oct 1, 2024
1 parent 28abb7d commit 7ef01a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn generate_upgrade_proposals(
// For generating multi-step proposal files, we need to generate them in the reverse order since
// we need the hash of the next script.
// We will reverse the order back when writing the files into a directory.
if next_execution_hash.is_some() {
if is_multi_step {
package_path_list.reverse();
}

Expand Down

0 comments on commit 7ef01a2

Please sign in to comment.