From e53da9f0ba272d02b3005bc451ebca6d64805085 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Sun, 29 May 2022 00:17:52 +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 a27786b..6f25887 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 - mv dist/OpenLens*.exe" dist/OpenLens-${{ env.LENS_VERSION }}.exe + else + mv dist/OpenLens*.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe fi shell: bash - name: Release