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:
|
with:
|
||||||
name: OTGW-firmware-${{steps.semver.outputs.semver}}
|
name: OTGW-firmware-${{steps.semver.outputs.semver}}
|
||||||
path: |
|
path: |
|
||||||
build/**/*.bin
|
build/**/*-${{steps.semver.outputs.semver}}.bin
|
||||||
build/**/*.elf
|
build/**/*-${{steps.semver.outputs.semver}}.elf
|
||||||
build/*.bin
|
build/*-${{steps.semver.outputs.semver}}.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user