Update githubci.yml
This commit is contained in:
parent
4322099c42
commit
07c551f5c7
1 changed files with 2 additions and 3 deletions
5
.github/workflows/githubci.yml
vendored
5
.github/workflows/githubci.yml
vendored
|
|
@ -30,10 +30,9 @@ jobs:
|
|||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}.${{ github.sha }}
|
||||
name: example_uf2s
|
||||
path: |
|
||||
examples/*/build/*.uf2
|
||||
examples/*/build/*
|
||||
examples/*/build/*/*.uf2
|
||||
|
||||
- name: clang
|
||||
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
|
||||
|
|
|
|||
Loading…
Reference in a new issue