fix(ci): Add missing glob pattern to releaserc for UG assets

This commit is contained in:
Khaled Nassar
2022-04-13 07:48:43 +02:00
parent 26ae84cd83
commit 14d3f40598

View File

@ -71,6 +71,7 @@ publish:
addReleases: "bottom"
assets:
- path: "output/**/*_UA_*.bin"
- path: "output/**/*_UG_*.bin"
- path: "output/**/*_QIO_*.bin"
- path: "output/**/*.rbl"
- path: "output/**/*.img"