Compare commits
No commits in common. "upload-artifacts" and "master" have entirely different histories.
upload-art
...
master
1 changed files with 0 additions and 10 deletions
10
.github/workflows/githubci.yml
vendored
10
.github/workflows/githubci.yml
vendored
|
|
@ -30,13 +30,3 @@ jobs:
|
|||
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
|
||||
PRETTYNAME : "Adafruit SI1145 Arduino Library"
|
||||
run: bash ci/doxy_gen_and_deploy.sh
|
||||
|
||||
- name: upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: hex files
|
||||
path: |
|
||||
examples/*/build/*/*.hex
|
||||
examples/*/build/*/*.bin
|
||||
examples/*/build/*/*.uf2
|
||||
examples/*/build/*/*.elf
|
||||
|
|
|
|||
Loading…
Reference in a new issue