File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,6 +150,6 @@ jobs:
150150 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
151151
152152 - name : Publish `Skyboxes`
153- run : dotnet nuget push Skyboxes.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
153+ run : dotnet nuget push SimulationTree. Skyboxes.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
154154 env :
155155 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 <Title >Skyboxes</Title >
99 <Authors >popcron</Authors >
10- <Company >simulation-tree </Company >
10+ <Company >Simulation Tree </Company >
1111 <RepositoryUrl >https://github.com/simulation-tree/skybox</RepositoryUrl >
1212 <IsAotCompatible >True</IsAotCompatible >
1313 <IsTrimmable >True</IsTrimmable >
You can’t perform that action at this time.
0 commit comments