Skip to content

Commit

Permalink
remove before creating outputDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Oct 17, 2024
1 parent 6aa19c4 commit 40b3f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\"
Expand Down

0 comments on commit 40b3f53

Please sign in to comment.