switch to rustls, fix windows build

This commit is contained in:
ryan 2020-12-14 20:58:39 +13:00
parent f01fab7de7
commit b031f79e1f
4 changed files with 117 additions and 10 deletions

View file

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