Skip to content

Commit 2757873

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflows.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,10 @@ jobs:
136136
# Patch csproj temporary to include the package readme
137137
- name: Patch .csproj for README.md
138138
run: |
139-
echo ' <ItemGroup><None Include="README.md" Pack="true" PackagePath="" /></ItemGroup>' >> src/Arch/Arch.csproj
139+
sed -i '/<\/Project>/i \
140+
<ItemGroup>\n\
141+
<None Include="README.md" Pack="true" PackagePath=\"\" />\n\
142+
</ItemGroup>' src/Arch/Arch.csproj
140143
141144
# Restore
142145
- name: Restore dependencies

0 commit comments

Comments
 (0)