[actions] include the file extension in the name and only handle .u2f files
All checks were successful
Build / build-sporq (push) Successful in 1m48s
All checks were successful
Build / build-sporq (push) Successful in 1m48s
This commit is contained in:
parent
c4557ed479
commit
81ca5878c7
@ -25,9 +25,10 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
name: firmware.u2f
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
path: |
|
path: |
|
||||||
*.bin
|
|
||||||
*.hex
|
|
||||||
*.uf2
|
*.uf2
|
||||||
|
# *.bin
|
||||||
|
# *.hex
|
||||||
# .build/failed.*
|
# .build/failed.*
|
||||||
|
Loading…
Reference in New Issue
Block a user