Skip to content

Commit

Permalink
chore: remove unnecessary file deletion in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yannouuuu committed Jul 31, 2024
1 parent dd72be9 commit 499b2a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
$sourcePath = Join-Path -Path $sourceDir -ChildPath $sourceName
$destinationPath = Join-Path -Path $sourceDir -ChildPath $newFileName
if (Test-Path -Path $destinationPath) {
Write-Host "File $destinationPath already exists. Deleting the old file."
Remove-Item -Path $destinationPath
}
Write-Host "Current directory: $(Get-Location)"
Write-Host "Source directory exists: $(Test-Path -Path $sourceDir)"
Write-Host "Source path: $sourcePath"
Expand Down

0 comments on commit 499b2a7

Please sign in to comment.