;ci: strip binaries on mac, and try on windows too

This commit is contained in:
Simon Michael 2022-05-21 23:46:57 -10:00
parent 15728bff05
commit 05a6940728
2 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,9 @@ jobs:
cp ~/.local/bin/hledger . cp ~/.local/bin/hledger .
cp ~/.local/bin/hledger-ui . cp ~/.local/bin/hledger-ui .
cp ~/.local/bin/hledger-web . cp ~/.local/bin/hledger-web .
strip hledger
strip hledger-ui
strip hledger-web
if: env.CONTINUE if: env.CONTINUE
# XXX intermittent upload failures # XXX intermittent upload failures

View File

@ -170,6 +170,8 @@ jobs:
cd hledger-windows-x64 cd hledger-windows-x64
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger.exe . cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger.exe .
cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger-web.exe . cp /C/Users/runneradmin/AppData/Roaming/local/bin/hledger-web.exe .
strip hledger.exe
strip hledger-web.exe
if: env.CONTINUE if: env.CONTINUE
# XXX intermittent upload failures # XXX intermittent upload failures