From 7353e6734782cf03cb21dd3db3d704b1093952bf Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Sat, 28 May 2022 21:45:14 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa04d12..e2186be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: 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-${{ env.LENS_VERSION }}-latest.*.x86_64.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe + cp dist/OpenLens-${{ env.LENS_VERSION }}-latest.*.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe fi shell: bash - name: Release