Skip to content

Commit

Permalink
fixstoreage
Browse files Browse the repository at this point in the history
  • Loading branch information
KSemenenko committed Oct 18, 2022
1 parent e0ff55c commit 5096272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Expand Up @@ -14,8 +14,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Product>Managed Code - Storage</Product>
<Version>2.1.5</Version>
<PackageVersion>2.1.5</PackageVersion>
<Version>2.1.6</Version>
<PackageVersion>2.1.6</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down
4 changes: 3 additions & 1 deletion ManagedCode.Storage.FileSystem/FileSystemStorage.cs
Expand Up @@ -114,7 +114,9 @@ private string GetPathFromOptions(BaseOptions options)
{
filePath = Path.Combine(StorageClient, options.FileName);
}


EnsureDirectoryExist(Path.GetDirectoryName(filePath));

return filePath;
}

Expand Down

0 comments on commit 5096272

Please sign in to comment.