From 8c571730fb6db1cad68a331cb70ff8397f660885 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 15 Jun 2023 08:34:49 -0500 Subject: [PATCH] file ends in .zip --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afa41f1..45fcd92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,8 +46,8 @@ jobs: - name: Upload Release Asset to versioned release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload v${{ github.run_number }} lsm-${{ matrix.os }} + run: gh release upload v${{ github.run_number }} lsm-${{ matrix.os }}.zip - name: Upload Release Asset to latest release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload latest lsm-${{ matrix.os }} + run: gh release upload latest lsm-${{ matrix.os }}.zip