Skip to content

Commit

Permalink
fixing path errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RinavK committed Sep 28, 2024
1 parent a780ec1 commit 62b867a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/platformio_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Artifacts
uses: actions/upload-artifact@v4
with:
name: compiled-code
path:
- MIDAS/.pio/build/mcu_main_sustainer
- MIDAS/.pio/build/mcu_main_booster
- MIDAS/.pio/build/mcu_hilsim_sustainer
- MIDAS/.pio/build/mcu_hilsim_sustainer
name: firmware-files
path: |
MIDAS/.pio/build/mcu_main_sustainer
MIDAS/.pio/build/mcu_main_booster
MIDAS/.pio/build/mcu_hilsim_sustainer
MIDAS/.pio/build/mcu_hilsim_sustainer

0 comments on commit 62b867a

Please sign in to comment.