mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-18 21:54:16 -05:00
Upload CI Artifacts on Windows
This commit is contained in:
parent
96af3fdfe3
commit
e29ae70f06
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -103,13 +103,13 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: swap-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/swap
|
||||
path: target/${{ matrix.target }}/debug/swap*
|
||||
|
||||
- name: Upload asb binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: asb-${{ matrix.target }}
|
||||
path: target/${{ matrix.target }}/debug/asb
|
||||
path: target/${{ matrix.target }}/debug/asb*
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user