mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-07 05:38:07 -05:00
Update ci.yml
This commit is contained in:
parent
7d3d481d14
commit
22cdad338b
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -56,11 +56,17 @@ jobs:
|
||||
run: |
|
||||
cargo build -p swap --target ${{ matrix.target }}
|
||||
|
||||
- name: Upload swap binaries
|
||||
- name: Upload swap binary
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: swap-${{ matrix.target }}
|
||||
path: target/*/**
|
||||
path: target/${{ matrix.target }}/debug/swap*
|
||||
|
||||
- name: Upload asb binary
|
||||
uses: actions/upload-artifact@v2-preview
|
||||
with:
|
||||
name: asb-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/asb*
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user