From 53d908394a351668d5aee4024a4ef026e0d00986 Mon Sep 17 00:00:00 2001 From: Gabriel Diaz Date: Tue, 17 Sep 2024 09:44:54 -0300 Subject: [PATCH] chore: Update build step to generate the installer --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b6172f..4802413 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'}} @@ -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'}} @@ -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'}}