mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix integration test: Copy from debug
for PR
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
2936f2c3f1
commit
9f914a3c84
1 changed files with 5 additions and 0 deletions
|
@ -103,8 +103,13 @@ jobs:
|
|||
use-cross: ${{ matrix.use-cross }}
|
||||
|
||||
- name: Copy and rename utility
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
||||
|
||||
- name: Copy and rename utility
|
||||
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: cp target/${{ matrix.target }}/debug/${{ matrix.output }} ${{ matrix.output }}
|
||||
|
||||
- name: Test (Unix)
|
||||
if: ${{ matrix.test && matrix.os != 'windows-latest' }}
|
||||
run: ./ci-scripts/run_tests_unix.sh ${{ matrix.output }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue