diff --git a/.github/workflows/dotnet-build-and-release.yml b/.github/workflows/dotnet-build-and-release.yml index 202d09c..9848357 100644 --- a/.github/workflows/dotnet-build-and-release.yml +++ b/.github/workflows/dotnet-build-and-release.yml @@ -112,6 +112,7 @@ jobs: $platforms = "${{ env.release_platforms }}".Split(';') $outputDir = "${{ github.workspace }}\zip\Keyfactor" echo "outputDir=$outputDir" | Out-File $env:GITHUB_ENV -Encoding utf8 -Append + rd $outputDir md $outputDir foreach ($platform in $platforms) { $sourcePath = "${{ github.workspace }}\${{ inputs.release_dir }}\$platform\"