Skip to content

Commit

Permalink
Fix GHA outputs ordering for multi pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Mar 16, 2023
1 parent 4ef8d9f commit e0de044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pkg-build
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for PKG in $PKGS; do
link.ts "$PREFIX" "$PKG"

if test -n "$GITHUB_ACTIONS"; then
GH_PKGS="$PKG $GH_PKGS"
GH_PKGS="$GH_PKGS $PKG"
GH_RELATIVE_PATHS="$GH_RELATIVE_PATHS ${PREFIX#"$TEA_PREFIX"/}"

if test -f "$ZIP"; then
Expand Down

0 comments on commit e0de044

Please sign in to comment.