Skip to content

Commit

Permalink
Added "_deps" directory to ignore list for Pico build action.
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarsadat committed Aug 25, 2024
1 parent c7c5765 commit 4420d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pico-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
source_dir: "Source Code/pico_ws"
output_dir: "build"
output_ext: "*.uf2 *.elf *.elf.map *.hex *.bin *.dis"
output_ignored_dirs: "src/lib"
output_ignored_dirs: "src/lib _deps"
cmake_args: "-DCMAKE_BUILD_TYPE=Release"

- name: Upload Pico Source Code Artifacts
Expand Down

0 comments on commit 4420d70

Please sign in to comment.