Skip to content

Commit

Permalink
chore: 尝试换用txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Oct 27, 2024
1 parent e4755a9 commit d5dd6bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: npm run rs:release

- name: Generate a changelog
run: git cliff -s all --current -o CURRENT_CHANGELOG.md
run: git cliff -s all --current -o ${{ github.workspace }}-CHANGELOG.txt

- name: Release
uses: softprops/action-gh-release@v2
with:
body_path: CURRENT_CHANGELOG.md
body_path: ${{ github.workspace }}-CHANGELOG.txt
files: target/release/ept.exe
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ cobertura.xml
*.profraw
.husky
*.iso
/CURRENT_CHANGELOG.md
/CURRENT_CHANGELOG.md
/*.txt

0 comments on commit d5dd6bb

Please sign in to comment.