diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c0ea2a..7b5d5e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,4 +31,6 @@ jobs: sha256sum: "TRUE" overwrite: "TRUE" compress_assets: "FALSE" - asset_name: create-grammy-${{ matrix.goos }}-${{ matrix.goarch }} \ No newline at end of file + asset_name: create-grammy-${{ matrix.goos }}-${{ matrix.goarch }} + executable_compression: "upx -9 -k" + ldflags: "-s -w"