From ca000108ef22a783077b74d6679c8d864cfe711f Mon Sep 17 00:00:00 2001 From: Charles <37224242+Charlito33@users.noreply.github.com> Date: Sun, 19 May 2024 16:06:24 +0200 Subject: [PATCH] Update path in workflow for paxo-v5 build 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. --- .github/workflows/platformio-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/platformio-ci.yml b/.github/workflows/platformio-ci.yml index 69939914..25f7e40f 100644 --- a/.github/workflows/platformio-ci.yml +++ b/.github/workflows/platformio-ci.yml @@ -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