mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
ci: strip release binaries
This commit is contained in:
parent
fcd05b5e1c
commit
e57ec81d96
1 changed files with 2 additions and 0 deletions
2
.github/workflows/MinedMap.yml
vendored
2
.github/workflows/MinedMap.yml
vendored
|
@ -125,6 +125,8 @@ jobs:
|
||||||
|
|
||||||
- name: 'Build'
|
- name: 'Build'
|
||||||
shell: 'bash'
|
shell: 'bash'
|
||||||
|
env:
|
||||||
|
RUSTFLAGS: -Dwarnings -Cstrip=symbols
|
||||||
run: |
|
run: |
|
||||||
pkgdir='target/pkg/MinedMap-${{ steps.tag.outputs.tag }}-${{ matrix.target }}'
|
pkgdir='target/pkg/MinedMap-${{ steps.tag.outputs.tag }}-${{ matrix.target }}'
|
||||||
mkdir -p "$pkgdir"
|
mkdir -p "$pkgdir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue