From 0622adc1f4cbd3ce8e611bf03a6091d8c772f8f6 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Fri, 11 Mar 2022 14:15:49 +0800 Subject: [PATCH] Strip release artifacts --- .github/workflows/haskell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index cf29895..036416a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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/*