Skip to content

Commit

Permalink
;ci: win: fix shell mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 6, 2022
1 parent 7bad86d commit 2ecab4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ecab4a

Please sign in to comment.