mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
switch to rustls, fix windows build
This commit is contained in:
parent
f01fab7de7
commit
b031f79e1f
4 changed files with 117 additions and 10 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
- name: Copy / Rename utility
|
||||
run: |
|
||||
cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}-${{ matrix.target }}
|
||||
cp target/${{ matrix.target }}/release/${{ matrix.output }} cargo-binstall-${{ matrix.target }}
|
||||
tar -czvf cargo-binstall-${{ matrix.target }}.tgz ${{ matrix.output }}-${{ matrix.target }}
|
||||
|
||||
- name: Upload artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue