Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Dec 13, 2024
1 parent 319ff08 commit 4371f8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ jobs:
pwd
ls *.zip
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bbn_esp32_sensors_hub_bin*.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 4371f8a

Please sign in to comment.