diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0250231..b0b7401 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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