mirror of
https://github.com/figsoda/mmtc
synced 2024-11-25 16:40:16 +00:00
ci: strip is stabilized
This commit is contained in:
parent
8b68807ce3
commit
0b1e9b64ca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
rustup toolchain install nightly --profile minimal -t ${{ matrix.target }}
|
||||
cargo +nightly build --release --target ${{ matrix.target }}
|
||||
env:
|
||||
RUSTFLAGS: -Z strip=symbols
|
||||
RUSTFLAGS: -C strip=symbols
|
||||
|
||||
- name: Upload asset
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
|
Loading…
Reference in a new issue