ci: fix extract change log

This commit is contained in:
22
2025-01-12 20:44:47 +08:00
parent 8bb19aaf7d
commit 445a9a6c2b
2 changed files with 8 additions and 4 deletions

View File

@@ -99,7 +99,6 @@ jobs:
git tag "$TAG_NAME"
git push origin "$TAG_NAME"
- name: Eextract log
id: extract_log
run: python extract_log.py ${{ steps.create_tag.outputs.TAG_NAME }}
- name: Download Windows artifact
uses: actions/download-artifact@v4
@@ -117,7 +116,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.create_tag.outputs.TAG_NAME }}
body: ${{ steps.extract_log.outputs.result }}
body_path: CHANGELOG_${{ steps.create_tag.outputs.TAG_NAME }}.md
draft: false
prerelease: false
files: |