;ci: strip binaries on mac, and try on windows too
This commit is contained in:
parent
15728bff05
commit
05a6940728
3
.github/workflows/mac-x64.yml
vendored
3
.github/workflows/mac-x64.yml
vendored
@ -168,6 +168,9 @@ jobs:
|
||||
cp ~/.local/bin/hledger .
|
||||
cp ~/.local/bin/hledger-ui .
|
||||
cp ~/.local/bin/hledger-web .
|
||||
strip hledger
|
||||
strip hledger-ui
|
||||
strip hledger-web
|
||||
if: env.CONTINUE
|
||||
|
||||
# XXX intermittent upload failures
|
||||
|
||||
2
.github/workflows/windows-x64.yml
vendored
2
.github/workflows/windows-x64.yml
vendored
@ -170,6 +170,8 @@ 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
|
||||
if: env.CONTINUE
|
||||
|
||||
# XXX intermittent upload failures
|
||||
|
||||
Loading…
Reference in New Issue
Block a user