Skip to content

Commit 008f386

Browse files
committed
fixing paths
1 parent 927ae02 commit 008f386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
release_name: Release ${{ github.ref }}
5454
draft: false
5555
prerelease: false
56-
body_path: changelog.md
56+
body_path: ${{ env.OUTPUT_PATH }}/changelog.md
5757
- name: Upload NuGet package
5858
uses: actions/upload-release-asset@v1
5959
env:

0 commit comments

Comments
 (0)