Fix path to CLI for artifact upload

The name was recently changed but the workflow wasn't adapted.
pull/205/head
Thomas Eizinger 3 years ago
parent 7a9569ffd4
commit 3c7880f771
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

@ -107,7 +107,7 @@ jobs:
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/${{ matrix.target }}/debug/swap_cli
docker_tests: docker_tests:
env: env:

Loading…
Cancel
Save