Skip to content

Commit

Permalink
Update GitHub WorkFile
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <[email protected]>
  • Loading branch information
ColdWindScholar committed Apr 9, 2024
1 parent 1927e3d commit ff69c98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
echo "Changelog: ```$change```" > body.md
echo "Build times: ${{ github.run_number }}" >> body.md
echo "Version: $ver" >> body.md
echo "ver=$ver" >> "$GITHUB_OUTPUT"
- name: Rename Tool
run: |
cd MIO-KITCHEN-win
Expand All @@ -42,7 +41,7 @@ jobs:
allowUpdates: true
omitBodyDuringUpdate: true
removeArtifacts: true
name: "MIO-KITCHEN-${{ steps.step1.outputs.ver }}"
name: "MIO-KITCHEN-$ver"
tag: "CI_BUILD_${{ github.run_number }}"
bodyFile: "body.md"
artifacts: "*.zip"
Expand Down

0 comments on commit ff69c98

Please sign in to comment.