Skip to content

Commit

Permalink
change directory for firmware build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus10110 committed Apr 8, 2024
1 parent b758b1f commit a1b6667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
run: pio run
run: |
cd firmware
pio run
# # publish tags as releases.
# - name: Release
Expand Down

0 comments on commit a1b6667

Please sign in to comment.