1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-09-29 20:04:13 +02:00

Update action.yml

This commit is contained in:
Robert van den Breemen 2024-03-17 18:02:02 +01:00
parent 912f0e857a
commit cd083907fc

View File

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