File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2727 run : |
2828 dotnet tool install -g tcli
2929 tcli build
30- nuget pack
30+ nuget pack COTL_API.nuspec
3131 - name : Upload mod file to release
3232 uses : svenstaro/upload-release-action@v2
3333 with :
Original file line number Diff line number Diff line change 3939 tcli build
4040 - name : Package NuGet
4141 if : matrix.os == 'windows-latest'
42- run : nuget pack
42+ run : nuget pack COTL_API.nuspec
43+
4344 - name : Upload Artifacts
4445 uses : actions/upload-artifact@v4
4546 with :
Original file line number Diff line number Diff line change 99 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1010 <Nullable >enable</Nullable >
1111 </PropertyGroup >
12-
13- <PropertyGroup >
14- <PackageLicenseFile >LICENSE</PackageLicenseFile >
15- </PropertyGroup >
16-
17- <ItemGroup >
18- <None Include =" $(SolutionDir)LICENSE" Pack =" true" PackagePath =" " />
19- </ItemGroup >
2012
2113 <PropertyGroup >
2214 <BepInExPluginGuid Condition =" '$(BepInExPluginGuid )' == ''" >$(Guid)</BepInExPluginGuid >
Original file line number Diff line number Diff line change 77 <icon >images\icon.png</icon >
88 <authors >xhayper</authors >
99 <license type =" file" >LICENSE</license >
10- <licenseUrl >https://aka.ms/deprecateLicenseUrl</licenseUrl >
1110 <readme >README.md</readme >
1211 <projectUrl >https://github.com/xhayper/COTL_API</projectUrl >
1312 <description >A modding API for Cult of the Lamb</description >
You can’t perform that action at this time.
0 commit comments