From 610067c9180f53361683ecc7689750c037853be8 Mon Sep 17 00:00:00 2001 From: Robert Strouse Date: Tue, 26 Dec 2023 16:45:16 -0800 Subject: [PATCH] Try to get the release bins to compress --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d63c884..b20e991 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -161,7 +161,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.get_release.outputs.upload_url }} - asset_name: ${{ matrix.obname }} + asset_name: ${{ matrix.obname }}.zip asset_path: ${{ matrix.obname }}.zip asset_content_type: application/zip