ci: win: fix shell mismatch
This commit is contained in:
parent
c0ac770bd7
commit
ab098fae99
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -168,8 +168,8 @@ jobs:
|
||||
cd tmp
|
||||
mkdir hledger
|
||||
cd hledger
|
||||
copy C:\Users\runneradmin\AppData\Roaming\local\bin\hledger.exe .
|
||||
copy C:\Users\runneradmin\AppData\Roaming\local\bin\hledger-web.exe .
|
||||
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger.exe .
|
||||
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger-web.exe .
|
||||
if: env.CONTINUE
|
||||
|
||||
# XXX intermittent upload failures
|
||||
|
||||
Loading…
Reference in New Issue
Block a user