fix v2.5i board manifest filename (#117)

This commit is contained in:
J. Nick Koston 2023-11-19 15:38:39 -06:00 committed by GitHub
parent 44ecf15c5d
commit c4e2776923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
manifest_filename: v25board_esp32_d1_mini-manifest.json
- file: v25iboard.yaml
name: V2.5i Board
manifest_filename: v25iboard.json
manifest_filename: v25iboard-manifest.json
fail-fast: false
steps:
- name: Checkout source code