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