Upload CI Artifacts on Windows

This commit is contained in:
binarybaron 2023-09-04 13:20:38 +02:00 committed by GitHub
parent 96af3fdfe3
commit e29ae70f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: