File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,6 +108,6 @@ jobs:
108108 run : dotnet nuget add source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json --name github --username ${{ github.repository_owner }} --password ${{ github.token }} --store-password-in-clear-text
109109
110110 - name : Publish `Physics.Systems`
111- run : dotnet nuget push Physics.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
111+ run : dotnet nuget push SimulationTree. Physics.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
112112 env :
113113 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 1212 <WarningLevel >8</WarningLevel >
1313 <Title >Physics Systems</Title >
1414 <Authors >popcron</Authors >
15- <Company >simulation-tree </Company >
15+ <Company >Simulation Tree </Company >
1616 <RepositoryUrl >https://github.com/simulation-tree/physics-systems</RepositoryUrl >
1717 <IncludeBuildOutput >false</IncludeBuildOutput >
1818 <OutDir >bin/$(TargetFramework)/$(Configuration)</OutDir >
You can’t perform that action at this time.
0 commit comments