Strip release artifacts

This commit is contained in:
Andrea Bedini 2022-03-11 14:15:49 +08:00
parent d2f2b3187b
commit 0622adc1f4
No known key found for this signature in database
GPG Key ID: EE8DEB94262733BE

View File

@ -73,6 +73,9 @@ jobs:
cp $path release-artifacts/$name-Linux
done
# Strip binaries
strip release-artifacts/*
gh release create ${{ github.ref_name }} \
--repo ${{ github.repository }} --draft --generate-notes \
release-artifacts/*