From 84cccd50144d85287455ee201256945ce01cc14e Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Sun, 16 Feb 2025 11:58:04 +0100 Subject: [PATCH] feat: update release workflow to include version in asset naming for firmware binaries --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bf096d..567ccb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file