Rename nectar to asb (automated swap backend)

This commit is contained in:
Daniel Karzel 2021-02-22 10:24:11 +11:00
parent 374c2d4372
commit fe3d6f1fef
6 changed files with 13 additions and 13 deletions

View file

@ -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: