From 40b3f53994c88be1da312fce88cfd036678e7386 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Thu, 17 Oct 2024 11:02:23 -0700 Subject: [PATCH] remove before creating outputDir --- .github/workflows/dotnet-build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-build-and-release.yml b/.github/workflows/dotnet-build-and-release.yml index 5032c58..e437830 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\"