v1.0.0-rc.5 fixed undecode url and try to statically link msvc runtime

This commit is contained in:
2021-09-03 18:41:58 +08:00
parent 757a2943f4
commit 62fd879e53
5 changed files with 31 additions and 10 deletions

View File

@ -17,16 +17,20 @@ jobs:
upload-assets:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: srv
target: ${{ matrix.target }}
tar: unix
zip: windows
env: