From 73b57e4f4f0d80327684e276cdf65b2d691299a8 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Thu, 28 Jul 2022 19:34:30 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15beaa9..f6543aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,11 +46,6 @@ jobs: cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.x86_64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.rpm else cp dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe - cd dist - filename=Open*.exe - winfilename=$(echo $filename | sed "s/OpenLens.Setup./OpenLens Setup /") - cd .. - mv dist/OpenLens*.exe dist/$winfilename fi shell: bash working-directory: lens