mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
ci: windows: don't strip, seems to break it
This commit is contained in:
parent
782b8da889
commit
7d3b90f869
5
.github/workflows/windows-x64.yml
vendored
5
.github/workflows/windows-x64.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user