Skip to content

Commit

Permalink
building windows form linux
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent 8df3572 commit 73f670a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

steps:
- name: Check out Git repository
Expand All @@ -30,7 +30,9 @@ jobs:
- name: build-linux
if: matrix.os == 'ubuntu-latest'
run: yarn run electron:build
run: |
yarn run electron:build
yarn run electron:build --win nsis msi
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Expand All @@ -40,12 +42,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: build-win
if: matrix.os == 'windows-latest'
run: yarn run electron:build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 73f670a

Please sign in to comment.