Skip to content

Commit

Permalink
Update path in workflow for paxo-v5 build
Browse files Browse the repository at this point in the history
The path in the platformio-ci.yml workflow for the paxo-v5 build has been updated. Previously, several exceptions were listed individually, but these have now been replaced with a single 'build' directory. This is expected to streamline the build process.
  • Loading branch information
Charles-Mahoudeau committed May 19, 2024
1 parent 12a54e2 commit ca00010
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/platformio-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ jobs:
with:
name: paxo-v5-build
path: |
.pio/build/paxo-v5
!.pio/build/paxo-v5/lib*
!.pio/build/paxo-v5/src
!.pio/build/paxo-v5/idedata.json
storage
build
linux_build_test_upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca00010

Please sign in to comment.