ci: windows: don't strip, seems to break it

This commit is contained in:
Simon Michael 2022-06-06 11:47:50 +01:00
parent 782b8da889
commit 7d3b90f869

View File

@ -170,8 +170,9 @@ jobs:
cd hledger-windows-x64
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger.exe .
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger-web.exe .
strip hledger.exe
strip hledger-web.exe
# tried to reduce binary size as on other platforms, but causes https://github.com/simonmichael/hledger/issues/1869 ?
# strip hledger.exe
# strip hledger-web.exe
if: env.CONTINUE
# XXX intermittent upload failures