mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Attempt to get SITL bin build to upload as an artifact
This commit is contained in:
parent
723babc871
commit
0c705c9d7b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
obj/*.hex
|
obj/*.hex
|
||||||
obj/*.uf2
|
obj/*.uf2
|
||||||
obj/*${{ matrix.target }}
|
obj/*_${{ matrix.target }}*
|
||||||
retention-days: 60
|
retention-days: 60
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue