We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0eb8fa commit 50aa427Copy full SHA for 50aa427
.github/workflows/bevy_mod_scripting.yml
@@ -34,8 +34,8 @@ jobs:
34
cargo xtask ci-matrix > matrix.json
35
cat matrix.json
36
echo "Convert to single line JSON"
37
- jq -c . matrix.json > matrix.json
38
- echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
+ jq -c . matrix.json > matrix-one-line.json
+ echo "matrix=$(cat matrix-one-line.json)" >> $GITHUB_OUTPUT
39
- name: Print uploaded matrix
40
run: |
41
echo "${{ steps.generate-matrix.outputs.matrix }}"
0 commit comments