Skip to content

Commit

Permalink
Push Reactor.Networking.Shared nightlies aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Oct 25, 2022
1 parent 6079ea8 commit 7155b45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Push nightly NuGet package
if: github.repository == 'NuclearPowered/Reactor' && github.ref == 'refs/heads/master'
run: |
dotnet nuget push Reactor/bin/Release/Reactor.*.nupkg --source https://nuget.reactor.gg/v3/index.json --api-key ${{ secrets.REACTOR_NUGET_KEY }}
dotnet nuget push {Reactor/bin/Release/Reactor.*.nupkg,Reactor.Networking.Shared/bin/Release/*.nupkg} --source https://nuget.reactor.gg/v3/index.json --api-key ${{ secrets.REACTOR_NUGET_KEY }}
4 changes: 0 additions & 4 deletions Reactor.Networking.Shared/Reactor.Networking.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<Pack>true</Pack>
<PackagePath>$(ContentTargetFolders)\cs\any\$(PackageId)\%(RecursiveDir)\</PackagePath>
</Compile>
<Compile Update="Mod.cs">
<Pack>true</Pack>
<PackagePath>contentFiles\cs\any\Reactor.Networking.Shared\\</PackagePath>
</Compile>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7155b45

Please sign in to comment.