ci: test-linux-x64, binaries-mac-x64: fix binaries upload
This commit is contained in:
parent
01ec0949b4
commit
af8e9501e9
2
.github/workflows/binaries-mac-x64.yml
vendored
2
.github/workflows/binaries-mac-x64.yml
vendored
@ -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 .
|
||||
|
||||
2
.github/workflows/test-linux-x64.yml
vendored
2
.github/workflows/test-linux-x64.yml
vendored
@ -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 .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user