mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Upload nectar binary in addition to swap_cli
This commit is contained in:
parent
3c7880f771
commit
acbc0f5551
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -103,12 +103,18 @@ jobs:
|
||||
run: |
|
||||
cargo build -p swap --target ${{ matrix.target }}
|
||||
|
||||
- name: Upload binary
|
||||
- name: Upload swap_cli binary
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: swap-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/swap_cli
|
||||
|
||||
- name: Upload nectar binary
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: nectar-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/nectar
|
||||
|
||||
docker_tests:
|
||||
env:
|
||||
TARGET: x86_64-unknown-linux-gnu
|
||||
|
Loading…
Reference in New Issue
Block a user