Skip to content

Commit 3a47cac

Browse files
authored
Update workflows.yaml
1 parent 2de31ef commit 3a47cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
-p:PackageVersion=${{ github.event.inputs.version }} \
147147
-p:PackageReleaseNotes="${{ github.event.inputs.release_notes }}" \
148148
-p:PackageId=$PACKAGE_ID \
149-
-p:PackageReadmeFile=README.md \
149+
-p:PackageReadmeFile=../../README.md \
150150
-o ./nupkg-${{ matrix.define }}
151151

152152
# Uploading artifacts

0 commit comments

Comments
 (0)