Skip to content

Commit 63b3060

Browse files
committed
print the output
1 parent 21b6f17 commit 63b3060

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Generate matrix
3232
id: generate-matrix
3333
run: |
34-
echo "matrix=$(cargo xtask ci-matrix)" >> $GITHUB_OUTPUT
34+
cargo xtask ci-matrix > matrix.json
35+
cat matrix.json
36+
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
3537
3638
check:
3739
permissions:

0 commit comments

Comments
 (0)