Skip to content

Commit e0de044

Browse files
committed
Fix GHA outputs ordering for multi pkg
1 parent 4ef8d9f commit e0de044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pkg-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for PKG in $PKGS; do
7878
link.ts "$PREFIX" "$PKG"
7979

8080
if test -n "$GITHUB_ACTIONS"; then
81-
GH_PKGS="$PKG $GH_PKGS"
81+
GH_PKGS="$GH_PKGS $PKG"
8282
GH_RELATIVE_PATHS="$GH_RELATIVE_PATHS ${PREFIX#"$TEA_PREFIX"/}"
8383

8484
if test -f "$ZIP"; then

0 commit comments

Comments
 (0)