Skip to content

Commit

Permalink
Revert "fix: don't fail if bin directory exists on windows (coveralls…
Browse files Browse the repository at this point in the history
…app#189)"

This reverts commit 3dfc556.
  • Loading branch information
Thompson1985 committed Mar 12, 2024
1 parent 3dfc556 commit 54297cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
if: startsWith(runner.os, 'Windows')
shell: pwsh
run: |
New-Item -Path $env:HOME\bin -ItemType directory -Force
New-Item -Path $env:HOME\bin -ItemType directory
Push-Location $env:HOME\bin
Invoke-WebRequest -Uri "https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.exe" -OutFile "coveralls.exe"
Invoke-WebRequest -Uri "https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-checksums.txt" -OutFile "sha256sums.txt"
Expand Down

0 comments on commit 54297cd

Please sign in to comment.