Skip to content

Commit

Permalink
Update buil_parallel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored Jan 31, 2025
1 parent a7d090f commit 11ebb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buil_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
echo "$js_content" > "./Bruce-${{ matrix.board.env }}.json"
if [["${{ matrix.board.vendor }}" == "LAUNCHER"]]; then
if [[ "${{ matrix.board.vendor }}" == "LAUNCHER" ]]; then
html="<input type='radio' name='type' value='${{ matrix.board.env }}' id='${{ matrix.board.env }}' onClick=\"downloadFile('${{ matrix.board.env }}')\" /><label for='${{ matrix.board.env }}'>${{ matrix.board.name }}</label>"
else
html="<input type='radio' name='type' value='${{ matrix.board.env }}' id='${{ matrix.board.env }}' /><label for='${{ matrix.board.env }}'>${{ matrix.board.name }}</label>"
Expand Down

0 comments on commit 11ebb83

Please sign in to comment.