Skip to content

Commit

Permalink
;ci: binaries-linux-x64: fix addition of manuals to bindist
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 30, 2024
1 parent d5a19e7 commit ef0f9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-*/x/hledger/build/hledger/hledger tmp
cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-ui-*/x/hledger-ui/build/hledger-ui/hledger-ui tmp
cp dist-newstyle/build/x86_64-linux/ghc-*/hledger-web-*/x/hledger-web/build/hledger-web/hledger-web tmp
cp hledger/shell-completion/hledger-completion.bash hledger/embeddedfiles/*.{1,info} tmp
cp hledger/shell-completion/hledger-completion.bash hledger/embeddedfiles/*.1 hledger/embeddedfiles/*.info} tmp
cd tmp
strip hledger
strip hledger-ui
Expand Down

0 comments on commit ef0f9cd

Please sign in to comment.