We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bad86d commit 2ecab4aCopy full SHA for 2ecab4a
.github/workflows/windows.yml
@@ -168,8 +168,8 @@ jobs:
168
cd tmp
169
mkdir hledger
170
cd hledger
171
- copy C:\Users\runneradmin\AppData\Roaming\local\bin\hledger.exe .
172
- 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 .
173
if: env.CONTINUE
174
175
# XXX intermittent upload failures
0 commit comments