Skip to content

Commit d661fbf

Browse files
committed
Fix readme paths
1 parent ee62f73 commit d661fbf

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
commit-message: "Upgrade .NET SDK to spec ${{ env.vrchat_sdk_version }}"
8383

8484
- name: Publish to VRChat.API to NuGet
85+
if: github.event_name == 'repository_dispatch'
8586
uses: pairbit/publish-nuget@v2.5.8
8687
with:
8788
# Filepath of the project to be packaged, relative to root of repository

src/VRChat.API/VRChat.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<Pack>True</Pack>
4141
<PackagePath>\</PackagePath>
4242
</None>
43-
<None Include="vrc_cat.png">
43+
<None Include="..\vrc_cat.png">
4444
<Pack>True</Pack>
4545
<PackagePath>\</PackagePath>
4646
</None>

wrapper/VRChat.API.Extensions.Hosting/VRChat.API.Extensions.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<None Include="..\README.md">
37+
<None Include="README.md">
3838
<Pack>True</Pack>
3939
<PackagePath>\</PackagePath>
4040
</None>

wrapper/VRChat.API.Realtime/VRChat.API.Realtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<None Include="..\README.md">
31+
<None Include="README.md">
3232
<Pack>True</Pack>
3333
<PackagePath>\</PackagePath>
3434
</None>

0 commit comments

Comments
 (0)