mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Fix path to CLI for artifact upload
The name was recently changed but the workflow wasn't adapted.
This commit is contained in:
parent
7a9569ffd4
commit
3c7880f771
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: swap-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/swap
|
||||
path: target/${{ matrix.target }}/debug/swap_cli
|
||||
|
||||
docker_tests:
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user