Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Mar 17, 2024
1 parent 912f0e8 commit cd08390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd08390

Please sign in to comment.