From 498233ea3ebfb676a5537647d823e24cf87189fa Mon Sep 17 00:00:00 2001 From: Tobi Sholanke <39818137+oluwatobimaxwell@users.noreply.github.com> Date: Sat, 14 Sep 2024 13:03:12 +0300 Subject: [PATCH] Update secure-browser-release.yml --- .github/workflows/secure-browser-release.yml | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/secure-browser-release.yml b/.github/workflows/secure-browser-release.yml index a96bca0..45970ee 100644 --- a/.github/workflows/secure-browser-release.yml +++ b/.github/workflows/secure-browser-release.yml @@ -91,11 +91,11 @@ jobs: # cd app/apps-native/desktop-app # yarn build:mac - # - name: build-win - # if: matrix.os == 'windows-latest' - # run: |- - # cd app/apps-native/desktop-app - # yarn build:win + - name: build-win + if: matrix.os == 'windows-latest' + run: |- + cd app/apps-native/desktop-app + yarn build:win # - name: build-win-32bit # if: matrix.os == 'windows-latest' @@ -104,12 +104,12 @@ jobs: # # Target Windows 7 explicitly for 32-bit build # yarn build:win -- --win --ia32 - - name: build-win-64bit - if: matrix.os == 'windows-latest' - run: |- - cd app/apps-native/desktop-app - # Target Windows 7 explicitly for 64-bit build - yarn build:win -- --win --x64 + # - name: build-win-64bit + # if: matrix.os == 'windows-latest' + # run: |- + # cd app/apps-native/desktop-app + # # Target Windows 7 explicitly for 64-bit build + # yarn build:win -- --win --x64 # latest -> lae -> dist - name: Remove spaces in file names - (mac & linux)