File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,6 @@ jobs:
101101 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
102102
103103 - name : Publish `Shaders.Systems`
104- run : dotnet nuget push Shaders.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
104+ run : dotnet nuget push SimulationTree. Shaders.Systems.${VERSION}.nupkg --source github --api-key ${NUGET_TOKEN}
105105 env :
106106 NUGET_TOKEN : ${{ secrets.NUGET_TOKEN }}
Original file line number Diff line number Diff line change 88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 <Title >Shaders Systems</Title >
1010 <Authors >popcron</Authors >
11- <Company >simulation-tree </Company >
11+ <Company >Simulation Tree </Company >
1212 <RepositoryUrl >https://github.com/simulation-tree/shader-systems</RepositoryUrl >
1313 <IsAotCompatible >True</IsAotCompatible >
1414 <IsTrimmable >True</IsTrimmable >
You can’t perform that action at this time.
0 commit comments