Skip to content

Commit

Permalink
fix boostrap log name for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 14, 2024
1 parent f35fe67 commit cecae58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lighting-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ jobs:
uses: ./.github/actions/checkout-submodules-and-bootstrap
with:
platform: silabs_docker
bootstrap-log-name:
bootstrap-logs-lighting-app-${{ matrix.platform }}

- name: Build Lighting-App configurations
uses: SiliconLabsSoftware/[email protected]
with:
json-file-path: ${{ matrix.platform == 'thread' && './.github/silabs-builds-thread.json' || './.github/silabs-builds-wifi.json' }}
json-file-path:
${{ matrix.platform == 'thread' &&
'./.github/silabs-builds-thread.json' ||
'./.github/silabs-builds-wifi.json' }}
example-app: "lighting-app"
build-script: "./scripts/examples/gn_silabs_example.sh"

0 comments on commit cecae58

Please sign in to comment.