File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2626 os : macos-latest
2727 - target : x86_64-unknown-linux-gnu
2828 os : ubuntu-latest
29- - target : x86_64-apple-darwin
30- os : macos-latest
3129 - target : x86_64-pc-windows-msvc
3230 os : windows-latest
3331 runs-on : ${{ matrix.os }}
4240
4341 - uses : taiki-e/upload-rust-binary-action@v1
4442 with :
45- bin : client,server
43+ bin : client
44+ target : ${{ matrix.target }}
45+ ref : refs/tags/${{ inputs.publish-tag }}
46+ tar : all
47+ zip : windows
48+ env :
49+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50+ CARGO_PROFILE_RELEASE_CODEGEN_UNITS : 1
51+ CARGO_PROFILE_RELEASE_LTO : true
52+
53+ - uses : taiki-e/upload-rust-binary-action@v1
54+ with :
55+ bin : server
4656 target : ${{ matrix.target }}
4757 ref : refs/tags/${{ inputs.publish-tag }}
4858 tar : all
You can’t perform that action at this time.
0 commit comments