Skip to content

Commit

Permalink
Fix path to .bin to repair missing binary in release
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Nov 30, 2020
1 parent fb131a6 commit e15265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
.pio/build/esp32doit-devkit-v1/firmware.bin
.pio/build/az-delivery-devkit-v4/firmware.bin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e15265a

Please sign in to comment.