Skip to content

Commit

Permalink
fix yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jun 1, 2023
1 parent d92ddb9 commit 6855890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- id: garage-door-esp8266-version
uses: jbutcher5/read-yaml@main
with:
file: './garage-door-esp8266.yaml'
file: './packages/garage-door-esp8266-base.yaml'
key-path: '["substitutions", "project_version"]'

- id: garage-door-esp32-version
uses: jbutcher5/read-yaml@main
with:
file: './garage-door-esp32.yaml'
file: './packages/garage-door-esp32-base.yaml'
key-path: '["substitutions", "project_version"]'

- name: Build Alarm Panel ESP8266
Expand Down

0 comments on commit 6855890

Please sign in to comment.