Skip to content

Commit

Permalink
fix: forgot json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Ruiz committed Feb 14, 2025
1 parent cd50784 commit f7181f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: set-matrix
run: |
matrix="$(echo demos/android/*/MASTG-DEMO-* | tr ' ' ',')"
echo "matrix=$matrix" >> $GITHUB_OUTPUT
echo "matrix={\"demo\":[$matrix]}" >> $GITHUB_OUTPUT
- name: Print matrix
run: echo "${{ steps.set-matrix.outputs.matrix }}"
Expand Down

0 comments on commit f7181f0

Please sign in to comment.