Fix garbled nightly build release notes by using body_path instead of encoded output

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-15 20:18:56 +00:00
parent 7eee14a9da
commit cdcea319fe

View File

@@ -29,6 +29,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v14.7.1
output: CHANGELOG_NIGHTLY.md
# Exclude issues that were closed without resolution from changelog
excludeLabels: 'stale,wontfix,duplicate,invalid'
- name: Update Nightly Release
@@ -39,7 +40,7 @@ jobs:
tag_name: nightly
name: 'Nightly mdev Build $$'
prerelease: true
body: ${{ steps.changelog.outputs.changelog }}
body_path: CHANGELOG_NIGHTLY.md
files: |
*.bin
*.bin.gz