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: | run: |
cargo build -p swap --target ${{ matrix.target }} cargo build -p swap --target ${{ matrix.target }}
- name: Upload swap binary - name: Upload swap binaries
uses: actions/upload-artifact@v2-preview uses: actions/upload-artifact@v2-preview
with: with:
name: swap-${{ matrix.target }} name: swap-${{ matrix.target }}
path: target/${{ matrix.target }}/debug/swap path: target/*/**
- 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