Skip to content

Commit 1d8af6c

Browse files
committed
fix: license issue (hopefully)
1 parent 84bc30a commit 1d8af6c

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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:

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
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:

COTL_API.Common.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
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>

COTL_API.nuspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
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>

0 commit comments

Comments
 (0)