We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7078e commit 3dfc556Copy full SHA for 3dfc556
action.yml
@@ -99,7 +99,7 @@ runs:
99
if: startsWith(runner.os, 'Windows')
100
shell: pwsh
101
run: |
102
- New-Item -Path $env:HOME\bin -ItemType directory
+ New-Item -Path $env:HOME\bin -ItemType directory -Force
103
Push-Location $env:HOME\bin
104
Invoke-WebRequest -Uri "https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.exe" -OutFile "coveralls.exe"
105
Invoke-WebRequest -Uri "https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-checksums.txt" -OutFile "sha256sums.txt"
0 commit comments