ci: test-linux-x64, binaries-mac-x64: fix binaries upload

This commit is contained in:
Simon Michael 2022-07-26 22:24:49 +01:00
parent 01ec0949b4
commit af8e9501e9
2 changed files with 0 additions and 4 deletions

View File

@ -163,8 +163,6 @@ jobs:
run: |
mkdir tmp
cd tmp
mkdir hledger-mac-x64
cd hledger-mac-x64
cp ~/.local/bin/hledger .
cp ~/.local/bin/hledger-ui .
cp ~/.local/bin/hledger-web .

View File

@ -268,8 +268,6 @@ jobs:
run: |
mkdir tmp
cd tmp
mkdir hledger-linux-x64
cd hledger-linux-x64
cp -P ~/.local/bin/hledger .
cp -P ~/.local/bin/hledger-ui .
cp -P ~/.local/bin/hledger-web .