Skip to content

Commit

Permalink
Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqch committed May 22, 2022
1 parent 99a1afc commit 96fa3bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
token: ${{ secrets.ACTIONS_TOKEN }}
body_path: ${{ github.workspace }}/CHANGELOG.txt
body_path: ${{ github.workspace }}/CHANGELOG.md
files: ${{ github.workspace }}/Output/LL_Plugins-${{ steps.rel.outputs.tag }}.zip
env:
GITHUB_REPOSITORY: ${{env.GITHUB_ACTION_REPOSITORY}}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release

...

0 comments on commit 96fa3bd

Please sign in to comment.