Skip to content

Commit

Permalink
Fix last line on ps
Browse files Browse the repository at this point in the history
  • Loading branch information
amd-chrissosa committed Feb 19, 2025
1 parent 2febf79 commit f85a073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_windows_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ jobs:
- name: "Clean up build dir"
if: always()
run: if (Test-Path -Path "$Env:BUILD_DIR_POWERSHELL") {Remove-Item -Path "$Env:BUILD_DIR_POWERSHELL" -Recurse -Force}
shell: powershell

0 comments on commit f85a073

Please sign in to comment.