Skip to content

Commit

Permalink
chore: Update build step to generate the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Sep 17, 2024
1 parent 9d52de5 commit 53d9083
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
MODE: production
run: |
npm run build
npm run build:installer
- name: Build and Release Ubuntu (AppImage)
if: ${{github.ref == 'refs/heads/main'}}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
env:
MODE: production
run: |
npm run build
npm run build:installer
- name: Build and Release MacOS (dmg)
if: ${{github.ref == 'refs/heads/main'}}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
env:
MODE: production
run: |
npm run build
npm run build:installer
- name: Build and Publish Windows (exe)
if: ${{github.ref == 'refs/heads/main'}}
Expand Down

0 comments on commit 53d9083

Please sign in to comment.