We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927ae02 commit 008f386Copy full SHA for 008f386
1 file changed
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
release_name: Release ${{ github.ref }}
54
draft: false
55
prerelease: false
56
- body_path: changelog.md
+ body_path: ${{ env.OUTPUT_PATH }}/changelog.md
57
- name: Upload NuGet package
58
uses: actions/upload-release-asset@v1
59
env:
0 commit comments