Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 1, 2024
1 parent e8bfd85 commit c0d034f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]

name: "Build app on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -65,7 +66,7 @@ jobs:

push_to_ahqstore:
needs: [create_release, build]

name: Generate AHQ Store Binary
runs-on: ubuntu-latest

steps:
Expand All @@ -76,7 +77,7 @@ jobs:
uses: actions/setup-node@v4

- name: Install AHQ Store CLI
run: npm i -g @ahqstore/cli
run: npm i -g pnpm @ahqstore/cli

- name: Build
run: ahqstore build
Expand Down
4 changes: 4 additions & 0 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
target: "zip",
arch: ["x64"],
},
{
target: "nsis",
arch: ["x64"],
},
],
artifactName: "${productName}-Windows-${version}-Setup.${ext}",
},
Expand Down

0 comments on commit c0d034f

Please sign in to comment.