Skip to content

Commit

Permalink
Merge pull request #11 from husarion/fix-workflow-release
Browse files Browse the repository at this point in the history
Fix firmware file path in workflow
  • Loading branch information
macstepien authored Apr 25, 2023
2 parents 09585a3 + a71cb28 commit 040a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
.pio/build/olimex_e407/firmware.bin
.pio/build/rosbot_xl_digital_board/firmware.bin
LICENSE
tag_name: ${{ needs.bump-version.outputs.new_version }}

0 comments on commit 040a338

Please sign in to comment.