Skip to content

Commit 56f63fc

Browse files
authored
Update main.yml (#194)
1 parent 6ecdc30 commit 56f63fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
run: |
3636
BUILDS=$(gh api "repos/$GITHUB_REPOSITORY/commits/$GITHUB_SHA/check-runs" --paginate \
3737
--jq '.check_runs[] | select(.name | endswith("-env")) | { "config": .name, "build_path": .output.text }' | \
38-
jq --slurp)
38+
jq --slurp -c -r)
3939
echo "$BUILDS" | jq .
40-
echo "matrix=$BUILDS" >> $GITHUB_OUTPUT
40+
echo "matrix=${BUILDS}" >> $GITHUB_OUTPUT
4141
4242
ghcr-upload:
4343
needs: discover

0 commit comments

Comments
 (0)