File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,6 +199,6 @@ jobs:
199199 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
200200
201201 - name : Publish `UI.Systems`
202- run : dotnet nuget push UI.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
202+ run : dotnet nuget push SimulationTree. UI.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
203203 env :
204204 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 1010 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
1111 <Title >UI Systems</Title >
1212 <Authors >popcron</Authors >
13- <Company >simulation-tree </Company >
13+ <Company >Simulation Tree </Company >
1414 <RepositoryUrl >https://github.com/simulation-tree/ui-systems</RepositoryUrl >
1515 <IncludeBuildOutput >false</IncludeBuildOutput >
1616 <OutDir >bin/$(TargetFramework)/$(Configuration)</OutDir >
You can’t perform that action at this time.
0 commit comments