Update ci.yml

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

@ -56,11 +56,17 @@ jobs:
run: | run: |
cargo build -p swap --target ${{ matrix.target }} cargo build -p swap --target ${{ matrix.target }}
- name: Upload swap binaries - name: Upload swap binary
uses: actions/upload-artifact@v2-preview uses: actions/upload-artifact@v2-preview
with: with:
name: swap-${{ matrix.target }} 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: test:
strategy: strategy:

Loading…
Cancel
Save