From 0738110e12e0f475c71cd773782fbd90f3a9ff10 Mon Sep 17 00:00:00 2001 From: Muhammed Kalkan Date: Fri, 17 Mar 2023 21:32:17 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89ce0c2..4c38c47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: if [ "${CSC_KEY_PASSWORD}" = "" ]; then unset CSC_KEY_PASSWORD fi - yarn run all:install + yarn yarn run build yarn run build:app for file in packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.dmg; do @@ -68,7 +68,7 @@ jobs: fi done elif [ "$RUNNER_OS" == "Linux" ]; then - yarn run all:install + yarn yarn run build yarn run build:app cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.x86_64.AppImage releasefiles/OpenLens-${{ env.LENS_VERSION }}.AppImage @@ -78,7 +78,7 @@ jobs: cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.arm64.deb releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.deb cp packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.aarch64.rpm releasefiles/OpenLens-${{ env.LENS_VERSION }}.arm64.rpm else - yarn run all:install + yarn yarn run build yarn run build:app cp packages/open-lens/dist/OpenLens*.exe releasefiles/OpenLens-${{ env.LENS_VERSION }}.exe