Skip to content

Commit

Permalink
spliting build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent 121903c commit d21754d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
yarn run electron:build
yarn run electron:build --win nsis msi
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
VUE_APP_SENTRY_DNS: ${{ secrets.VUE_APP_SENTRY_DNS }}

- name: build-linux
if: matrix.os == 'ubuntu-latest'
run: |
yarn run electron:build --win nsis
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
VUE_APP_SENTRY_DNS: ${{ secrets.VUE_APP_SENTRY_DNS }}
Expand Down

0 comments on commit d21754d

Please sign in to comment.