From 030799c02f8c3ae332d298d114ab745c9895152c Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Sat, 28 May 2022 22:36:27 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71fc0a2..1a26a48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,8 +43,8 @@ jobs: mv dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.AppImage dist/OpenLens-${{ env.LENS_VERSION }}.AppImage mv dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.amd64.deb dist/OpenLens-${{ env.LENS_VERSION }}.deb mv dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.rpm dist/OpenLens-${{ env.LENS_VERSION }}.rpm - else - cp dist/OpenLens Setup -${{ env.LENS_VERSION }}-latest.*.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe + else + cp dist/OpenLens Setup ${{ env.LENS_VERSION }}-latest.*.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe fi shell: bash - name: Release