mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-25 07:44:24 +03:00
Strip release artifacts
This commit is contained in:
parent
d2f2b3187b
commit
0622adc1f4
3
.github/workflows/haskell.yml
vendored
3
.github/workflows/haskell.yml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user