Skip to content

Commit 50aa427

Browse files
committed
fix jq command
1 parent c0eb8fa commit 50aa427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
cargo xtask ci-matrix > matrix.json
3535
cat matrix.json
3636
echo "Convert to single line JSON"
37-
jq -c . matrix.json > matrix.json
38-
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
37+
jq -c . matrix.json > matrix-one-line.json
38+
echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
3939
- name: Print uploaded matrix
4040
run: |
4141
echo "${{ steps.generate-matrix.outputs.matrix }}"

0 commit comments

Comments
 (0)