feat: update release workflow to include version in asset naming for firmware binaries

This commit is contained in:
Manuel Weiser 2025-02-16 11:58:04 +01:00
parent e983b0fcfd
commit 84cccd5014

View File

@ -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