From dccdceba664a54221e4120e86146a100e2effae7 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Tue, 22 Nov 2022 09:16:54 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 643f4df..1cac68d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,6 +74,7 @@ jobs: else make build cp dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe + cp dist/OpenLens*.exe dist/OpenLens-${{ env.LENS_VERSION }}.exe fi shell: bash working-directory: lens