Skip to content

Commit

Permalink
CI_github_kc: Fix environment variable typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
  • Loading branch information
ajlennon committed Nov 24, 2023
1 parent 32dce93 commit 3684f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_github_kc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Run PlatformIO
run: |
export PLATFORMIO_BUILD_FLAGS="${PLATFORMIO_BUILD_FLAGS} -D BUILD_TYPE=${BUILD_TYPE}"
platformio run -e tasmota-kettle-minimal-trampoline
platformio run -e tasmota-kettle-min-tramp
- name: Store artifacts
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit 3684f2a

Please sign in to comment.