Skip to content

Commit

Permalink
Update secure-browser-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobimaxwell authored Sep 14, 2024
1 parent be402d6 commit 498233e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/secure-browser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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)
Expand Down

0 comments on commit 498233e

Please sign in to comment.