We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac73a1 commit 14a57d7Copy full SHA for 14a57d7
unity/CITools/BuildDriver/SevenZip.cs
@@ -31,7 +31,7 @@ public static void Zip(NPath zipExe, NPath artifacts, GlobalConfig gConfig)
31
{
32
NPath zipArtifact = new (Environment.GetEnvironmentVariable("ARTIFACT_FILENAME") ??
33
$"dotnet-unity-{gConfig.Architecture}.7z");
34
- SevenZip.Create7z(zipExe, artifacts, Paths.Artifacts.Combine(zipArtifact));
+ SevenZip.Create7z(zipExe, artifacts, Paths.Artifacts.Combine("unity", zipArtifact));
35
}
36
37
public static void Get7ZipUrl(out string url, out string filename)
0 commit comments