Skip to content

Commit

Permalink
fix: generate zip builds for mac updater
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 30, 2024
1 parent 13d1dfb commit d6929d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
omitBody: true
tag: ${{ env.PKG_VERSION }}
name: ${{ env.PKG_VERSION }}
artifacts: "dist/electron/Packaged/*.+(dmg|AppImage|deb|rpm|tar.gz),dist/electron/Packaged/latest*.yml"
artifacts: "dist/electron/Packaged/*.+(dmg|zip|deb|rpm|tar.gz),dist/electron/Packaged/latest*.yml"
token: ${{ secrets.GITHUB_TOKEN }}

- name: macOS - Purge signing certs
Expand Down
2 changes: 1 addition & 1 deletion quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default configure((/* ctx */) => {
notarize: true,
target: [
{
target: 'dmg',
target: 'default',
arch: ['x64', 'arm64']
}
],
Expand Down

0 comments on commit d6929d0

Please sign in to comment.