Skip to content

Commit 77445a6

Browse files
authored
Update main.yml (#192)
1 parent 6b5e332 commit 77445a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
id: set-matrix
3535
run: |
3636
BUILDS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
37-
--jq '.check_runs[] | select(.name | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
37+
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
3838
jq --slurp 'reduce .[] as $item ({}; . + $item)')
39+
echo "$BUILDS" | jq .
3940
echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
4041
4142
ghcr-upload:

0 commit comments

Comments
 (0)