Skip to content

Commit

Permalink
fix: upload artifacts from build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdbreemen committed Mar 17, 2024
1 parent ebc03c8 commit 167c549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ runs:
with:
name: OTGW-firmware-${{steps.semver.outputs.semver}}
path: |
build/**/*.bin
build/**/*.elf
build/**.elf
build/*.bin

0 comments on commit 167c549

Please sign in to comment.