mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
Update action.yml
This commit is contained in:
parent
912f0e857a
commit
cd083907fc
6
.github/actions/build/action.yml
vendored
6
.github/actions/build/action.yml
vendored
@ -19,6 +19,6 @@ runs:
|
||||
with:
|
||||
name: OTGW-firmware-${{steps.semver.outputs.semver}}
|
||||
path: |
|
||||
build/**/*.bin
|
||||
build/**/*.elf
|
||||
build/*.bin
|
||||
build/**/*-${{steps.semver.outputs.semver}}.bin
|
||||
build/**/*-${{steps.semver.outputs.semver}}.elf
|
||||
build/*-${{steps.semver.outputs.semver}}.bin
|
||||
|
Loading…
Reference in New Issue
Block a user