Upload CI Artifacts on Windows

pull/1434/head
binarybaron 10 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 uses: actions/upload-artifact@v3
with: with:
name: swap-${{ matrix.target }} name: swap-${{ matrix.target }}
path: target/${{ matrix.target }}/debug/swap path: target/${{ matrix.target }}/debug/swap*
- name: Upload asb binary - name: Upload asb binary
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: asb-${{ matrix.target }} name: asb-${{ matrix.target }}
path: target/${{ matrix.target }}/debug/asb path: target/${{ matrix.target }}/debug/asb*
test: test:
strategy: strategy:

Loading…
Cancel
Save