Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b0f0b33

Browse files
Merge pull request #735 from github-for-unity/fixes/fix-output-path
Fix wrong output path
2 parents 6aeea07 + 8be6908 commit b0f0b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Primitives/Package.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static Package Load(IEnvironment environment, UriString packageFeed)
4444
if (!feed.IsInitialized)
4545
{
4646
// try from assembly resources
47-
feed = AssemblyResources.ToFile(ResourceType.Platform, packageFeed.Filename, environment.UserCachePath.Combine(packageFeed.Filename), environment);
47+
feed = AssemblyResources.ToFile(ResourceType.Platform, packageFeed.Filename, environment.UserCachePath, environment);
4848
}
4949

5050
if (feed.IsInitialized)

0 commit comments

Comments
 (0)