Update ci.yml

pull/1034/head
binarybaron 2 years ago committed by GitHub
parent 15b8be7838
commit 7d3d481d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save