mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Allow for different outputs to only .hex
This commit is contained in:
parent
afccfef3c2
commit
723babc871
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -83,7 +83,10 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.target }}
|
name: ${{ matrix.target }}
|
||||||
path: obj/*.hex
|
path: |
|
||||||
|
obj/*.hex
|
||||||
|
obj/*.uf2
|
||||||
|
obj/*${{ matrix.target }}
|
||||||
retention-days: 60
|
retention-days: 60
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue