feat: update release workflow to include version in asset naming for firmware binaries
This commit is contained in:
parent
e983b0fcfd
commit
84cccd5014
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -68,6 +68,6 @@ jobs:
|
||||
gh release create ${{ github.ref_name }} \
|
||||
--title "Release ${{ steps.get_version.outputs.VERSION }}" \
|
||||
--notes "${{ steps.changelog.outputs.CHANGES }}" \
|
||||
.pio/build/esp32dev/filaman.bin \
|
||||
".pio/build/esp32dev/filaman.bin#filaman-${{ steps.get_version.outputs.VERSION }}.bin" \
|
||||
--draft false \
|
||||
--prerelease false
|
Loading…
x
Reference in New Issue
Block a user