mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-21 20:48:37 -04:00
Rename nectar to asb (automated swap backend)
This commit is contained in:
parent
374c2d4372
commit
fe3d6f1fef
6 changed files with 13 additions and 13 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -74,11 +74,11 @@ jobs:
|
|||
name: swap-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/swap_cli
|
||||
|
||||
- name: Upload nectar binary
|
||||
- name: Upload asb binary
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: nectar-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/nectar
|
||||
name: asb-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/asb
|
||||
|
||||
test:
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue