Skip to content

Commit

Permalink
publish: don't forget dependent bin archives
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlatow committed Nov 16, 2023
1 parent f219ab3 commit ecf9052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/goa
Original file line number Diff line number Diff line change
Expand Up @@ -1547,11 +1547,11 @@ if {$perform(publish)} {
lappend archives [versioned_project_archive api] }

if {$publish_pkg != ""} {
lappend archives [versioned_project_archive pkg $publish_pkg]
lappend archives [apply_arch [versioned_project_archive pkg $publish_pkg] $arch]
} else {
set pkgs [glob -nocomplain -directory pkg -tail * -type d]
foreach pkg $pkgs {
lappend archives [versioned_project_archive pkg $pkg] }
lappend archives [apply_arch [versioned_project_archive pkg $pkg] $arch] }
}

set index_file [file join $project_dir index]
Expand Down

0 comments on commit ecf9052

Please sign in to comment.