Skip to content

Commit

Permalink
Update GitHub WorkFile
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Apr 9, 2024
1 parent 7ff5ea9 commit 1927e3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Generate Release Body
id: step1
run: |
set ver $(cat bin\setting.ini | findstr version).Split()[2]
set change $(git log -1 --pretty=%B $(git rev-parse HEAD))
echo "Changelog: ```$change```" > body.md
echo "Build times: ${{ github.run_number }}" >> body.md
echo "Version: $ver" >> body.md
echo "ver=$ver" >> "$GITHUB_OUTPUT"
echo $GITHUB_OUTPUT"
- name: Rename Tool
run: |
cd MIO-KITCHEN-win
Expand Down

0 comments on commit 1927e3d

Please sign in to comment.