Upload CI Artifacts on Windows

pull/1434/head
binarybaron 9 months ago committed by GitHub
parent 96af3fdfe3
commit e29ae70f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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