Skip to content

Commit 8137c4d

Browse files
committed
a
1 parent 53e370d commit 8137c4d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build-plugin.cake

+2-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ Task("Build")
5656
});
5757

5858
if (BuildSystem.GitHubActions.IsRunningOnGitHubActions) {
59-
BuildSystem.GitHubActions.Commands.UploadArtifact(dir1.Combine("SelfHttpMatchmaker.dll"), "SelfHttpMatchmaker");
60-
61-
BuildSystem.GitHubActions.Commands.UploadArtifact(dir2.Combine("GameCodePlugin.dll"), "GameCodePlugin");
59+
BuildSystem.GitHubActions.Commands.UploadArtifact(dir1 + "/", "SelfHttpMatchmaker");
60+
BuildSystem.GitHubActions.Commands.UploadArtifact(dir2 + "/", "GameCodePlugin");
6261
}
6362
});
6463

src/Impostor.Api.Extension/Impostor.Api.Extension.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageProjectUrl>https://github.com/Next-Fast/Impostor</PackageProjectUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<RepositoryUrl>https://github.com/Next-Fast/Impostor</RepositoryUrl>
13-
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
13+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1414
<IncludeSymbols>true</IncludeSymbols>
1515
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1616
</PropertyGroup>

src/Impostor.Api/Impostor.Api.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageProjectUrl>https://github.com/Next-Fast/Impostor</PackageProjectUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/Next-Fast/Impostor</RepositoryUrl>
19-
<PackageLicenseExpression>GPL-3.0</PackageLicenseExpression>
19+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

0 commit comments

Comments
 (0)