1
0
Fork 0
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:
blckmn 2025-07-03 17:51:08 +10:00
parent afccfef3c2
commit 723babc871

View file

@ -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: