Skip to content

Commit 7d7e77e

Browse files
authored
Update workflows.yaml
1 parent 3b590b8 commit 7d7e77e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workflows.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ jobs:
133133
- name: Copy README.md into project folder
134134
run: cp README.md src/Arch/README.md
135135

136+
# Patch csproj temporary to include the package readme
137+
- name: Patch .csproj for README.md
138+
run: |
139+
echo ' <ItemGroup><None Include="README.md" Pack="true" PackagePath="" /></ItemGroup>' >> src/Arch/Arch.csproj
140+
136141
# Restore
137142
- name: Restore dependencies
138143
run: dotnet restore src/Arch/Arch.csproj

0 commit comments

Comments
 (0)